Commit ae7bce34 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #837 from stacksmashing/master

Fix sprunge-plugin behaviour.
parents 80a60325 54a30c47
...@@ -57,8 +57,6 @@ sprunge() { ...@@ -57,8 +57,6 @@ sprunge() {
fi fi
else else
echo Using input from a pipe or STDIN redirection... >&2 echo Using input from a pipe or STDIN redirection... >&2
while read -r line ; do curl -F 'sprunge=<-' http://sprunge.us
echo $line
done | curl -F 'sprunge=<-' http://sprunge.us
fi fi
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment