comparison 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
comparison
equal deleted inserted replaced
2889:1641ba00a50d 2890:cbf5f6b45af8
1 #!/bin/sh 1 #!/bin/sh
2 "$@" | curl -sF 'sprunge=<-' http://sprunge.us 2 "$@" | curl -s -F 'sprunge=<-' http://sprunge.us