Skip to content

Instantly share code, notes, and snippets.

@TheEssem
Last active May 30, 2019 19:28
Show Gist options
  • Save TheEssem/6351a4cc3fe9b8dc033b2e56d2858982 to your computer and use it in GitHub Desktop.
Save TheEssem/6351a4cc3fe9b8dc033b2e56d2858982 to your computer and use it in GitHub Desktop.
5-line bash script to demonstrate that this takes no effort
for file in ~/images/*
do
filename=$(basename -- "$file")
convert ~/images/$filename -scale 10% -scale 1000% ~/out/$filename
done
@dm4uz3
Copy link

dm4uz3 commented May 30, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment