Last active
May 30, 2019 19:28
-
-
Save TheEssem/6351a4cc3fe9b8dc033b2e56d2858982 to your computer and use it in GitHub Desktop.
5-line bash script to demonstrate that this takes no effort
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
for file in ~/images/* | |
do | |
filename=$(basename -- "$file") | |
convert ~/images/$filename -scale 10% -scale 1000% ~/out/$filename | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you gotta hook it up to twitter and make it reply to a tweet with the picture and the person's @ for the ultimate flex