diff options
Diffstat (limited to 'beam-funnies.sh')
-rwxr-xr-x | beam-funnies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |