Quickly Share Text
cat file.txt | curl -F 'sprunge=<-' http://sprunge.us
Simple.
It returns a sprunge.us URL that can be shared world-wide that contains “file.txt”. Sprunge is like pastebin.com, they just have an easy to use API.
cat file.txt | curl -F 'sprunge=<-' http://sprunge.us
Simple.
It returns a sprunge.us URL that can be shared world-wide that contains “file.txt”. Sprunge is like pastebin.com, they just have an easy to use API.