Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
54a30c47
Commit
54a30c47
authored
Jan 16, 2012
by
Thomas (nezza-_-) Roth
Browse files
sprunge-plugin: Remove the unnecessary while loop.
parent
6040d72e
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/sprunge/sprunge.plugin.zsh
View file @
54a30c47
...
...
@@ -57,8 +57,6 @@ sprunge() {
fi
else
echo
Using input from a pipe or STDIN redirection...
>
&2
while
IFS
=
read
-r
line
;
do
echo
$line
done
| curl
-F
'sprunge=<-'
http://sprunge.us
curl
-F
'sprunge=<-'
http://sprunge.us
fi
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment