From e93c9080da687fea62d89db51a05f3cc0765da65 Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 2 Feb 2024 19:28:23 +0100 Subject: feat: now page --- beam-funnies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beam-funnies.sh') diff --git a/beam-funnies.sh b/beam-funnies.sh index 3f16da6..7ab7a40 100755 --- a/beam-funnies.sh +++ b/beam-funnies.sh @@ -6,7 +6,7 @@ magick mogrify -format JPEG *.webp rm *webp # and beam them up scotty -rsync -rtvzP ~/funnies/ mms@michal.sapka.me:/var/www/htdocs/funnies/2023/$(date +%F) +rsync -rtvzP ~/funnies/ mms@michal.sapka.me:/var/www/htdocs/funnies/2024/$(date +%F) # clean up rm * -- cgit v1.2.3