Created
September 3, 2017 13:40
-
-
Save sug0/5adad5ed0c5bdb9e52fc0115910aee4b to your computer and use it in GitHub Desktop.
ZippyShare commandline tool
This file contains 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
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