changeset 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 d53f6a1ccda7
files bin/sprunge
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/sprunge	Wed May 08 19:54:01 2013 +0000
+++ b/bin/sprunge	Wed May 08 19:55:40 2013 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-"$@" | curl -sF 'sprunge=<-' http://sprunge.us
+"$@" | curl -s -F 'sprunge=<-' http://sprunge.us