Commit 54a30c47 authored by Thomas (nezza-_-) Roth's avatar Thomas (nezza-_-) Roth
Browse files

sprunge-plugin: Remove the unnecessary while loop.

parent 6040d72e
...@@ -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 IFS= 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