Skip to content

Instantly share code, notes, and snippets.

@hekt
Created November 27, 2012 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hekt/4156521 to your computer and use it in GitHub Desktop.
Save hekt/4156521 to your computer and use it in GitHub Desktop.
parts of workflow that clip an item window from screenshot of borderlands (1280x800) and save it to dropbox
for f in "$@"
do
/usr/local/bin/convert -crop 486x331+647+408 "$f" "$HOME/Dropbox/Photos/Borderlands Weapons/${f##*/}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment