mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
sprunge-plugin: Remove the unnecessary while loop.
This commit is contained in:
parent
6040d72e2a
commit
54a30c4701
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue