Exit, not return, per original author.

This commit is contained in:
Colin Shea 2011-11-27 03:31:50 -07:00
commit e66b827e61

View file

@ -42,8 +42,7 @@ description, it will NOT generate an error, but will instead treat it as
a text string and upload it. a text string and upload it.
HERE HERE
#exit exit
return 0
} }
sprunge() { sprunge() {
@ -59,6 +58,7 @@ sprunge() {
url=$(cat "$*" | curl -F 'sprunge=<-' http://sprunge.us) url=$(cat "$*" | curl -F 'sprunge=<-' http://sprunge.us)
fi fi
else else
syntax="text"
usage usage
fi fi
else else