diff options
author | mms <michal@sapka.me> | 2024-02-02 19:28:23 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-02 19:28:23 +0100 |
commit | e93c9080da687fea62d89db51a05f3cc0765da65 (patch) | |
tree | fd7bfeeb303a93b92b6d587d502653fa5b2a1385 /beam-funnies.sh | |
parent | 0c776d9835efa0f01fcfa7741fdf50ca8ce7d9a1 (diff) |
feat: now page
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 * |