Skip to content

Instantly share code, notes, and snippets.

@sug0
Created September 3, 2017 13:40
Show Gist options
  • Save sug0/5adad5ed0c5bdb9e52fc0115910aee4b to your computer and use it in GitHub Desktop.
Save sug0/5adad5ed0c5bdb9e52fc0115910aee4b to your computer and use it in GitHub Desktop.
ZippyShare commandline tool
zippyshare() {
curl -f -\# -F upload_form=@"$@" http://www20.zippyshare.com/upload | html2text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment