Skip to content

Instantly share code, notes, and snippets.

@deomorxsy
Last active October 8, 2019 12:14
Show Gist options
  • Save deomorxsy/4fb74bd080ca3bcc112a3d28f4a48a5c to your computer and use it in GitHub Desktop.
Save deomorxsy/4fb74bd080ca3bcc112a3d28f4a48a5c to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ch.946-GIMP/
l1=(*.jpg)
for l1 in *.jpg; do convert $l1 -resize 1080x1920! ../final/$l1 && echo "resizing... $l1"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment