|
@@ -57,7 +57,7 @@ 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
|
|
+ while IFS= read -r line ; do
|
|
echo $line
|
|
echo $line
|
|
done | curl -F 'sprunge=<-' http://sprunge.us
|
|
done | curl -F 'sprunge=<-' http://sprunge.us
|
|
fi
|
|
fi
|