Skip to content

Commit

Permalink
Merge pull request ohmyzsh#837 from stacksmashing/master
Browse files Browse the repository at this point in the history
Fix sprunge-plugin behaviour.
  • Loading branch information
robbyrussell committed Jan 11, 2013
2 parents 80a6032 + 54a30c4 commit ae7bce3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/sprunge/sprunge.plugin.zsh
Expand Up @@ -57,8 +57,6 @@ sprunge() {
fi
else
echo Using input from a pipe or STDIN redirection... >&2
while read -r line ; do
echo $line
done | curl -F 'sprunge=<-' http://sprunge.us
curl -F 'sprunge=<-' http://sprunge.us
fi
}

0 comments on commit ae7bce3

Please sign in to comment.