Comment on $ cat ~/myfile | curl -X PUT --upload-file “-” https://transfer.sh/myfile.txtComments−voltagex_10yI like these simple web services.One I use all the time is sprunge.us - $ echo "hello world" | curl -F sprunge="<-" sprunge.us http://sprunge.us/MEPN
Comments
I like these simple web services.
One I use all the time is sprunge.us -