Last active
October 8, 2019 12:14
-
-
Save deomorxsy/4fb74bd080ca3bcc112a3d28f4a48a5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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