xesite/scripts/resize

6 lines
98 B
Plaintext
Executable File

#!/usr/bin/env nix-shell
#! nix-shell -p imagemagick -i bash
mogrify -resize 800x450 "$1" &
wait