annotate bin/sprunge @ 2890:cbf5f6b45af8

<nooodl> echo -e "#!/bin/sh\\n\\"\\$@\\" | curl -s -F \'sprunge=<-\' http://sprunge.us" > bin/sprunge
author HackBot
date Wed, 08 May 2013 19:55:40 +0000
parents 1641ba00a50d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2886
a4aa59e641a4 <nooodl> echo -e "#!/bin/sh\\n\\"\\$@\\" | curl -F \'sprunge=<-\' http://sprunge.us" > bin/sprunge
HackBot
parents:
diff changeset
1 #!/bin/sh
2890
cbf5f6b45af8 <nooodl> echo -e "#!/bin/sh\\n\\"\\$@\\" | curl -s -F \'sprunge=<-\' http://sprunge.us" > bin/sprunge
HackBot
parents: 2889
diff changeset
2 "$@" | curl -s -F 'sprunge=<-' http://sprunge.us