diff options
Diffstat (limited to 'scripts/resize')
| -rwxr-xr-x | scripts/resize | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/resize b/scripts/resize new file mode 100755 index 0000000..25fb0ba --- /dev/null +++ b/scripts/resize @@ -0,0 +1,4 @@ +#!/usr/bin/env nix-shell +#! nix-shell -p imagemagick -i bash + +mogrify -resize 800x450 $1 |
