Skip to content

Instantly share code, notes, and snippets.

View jkschoen's full-sized avatar

Jacob Schoen jkschoen

  • Chalmette, Louisiana
View GitHub Profile
@jkschoen
jkschoen / smugup.sh
Created January 26, 2012 19:09 — forked from tedder/smugup.sh
smugmug uploader script, from the (dead site) braindump.dk.
#!/bin/sh
which curl > /dev/null
test $? -gt 0 && echo "Curl is not on the path" && exit 1
test -f ~/.smugup && source ~/.smugup
UA="smugup.sh/1.0 (recht@braindump.dk)"
APIKEY="yppE0KMFXm9YwpJHXrrKR5MAHoWZvVaH"