This is a shell script, not a function anymore

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

View file

@ -47,7 +47,6 @@ HERE
exit
}
sprunge() {
if [ -t 0 ]; then
if [ "$*" ]; then
if [ -f "$*" ]; then
@ -74,4 +73,3 @@ sprunge() {
else
echo $url
fi
}