#!/usr/bin/env sh # first let's remove those pesky webp cd ~/funnies magick mogrify -format JPEG *.webp rm *webp # and beam them up scotty rsync -rtvzP ~/funnies/ mms@michal.sapka.me:/var/www/htdocs/funnies/2024/$(date +%F) # clean up rm *