aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay6
1 files changed, 4 insertions, 2 deletions
diff --git a/ponysay b/ponysay
index 1a51c51..401c522 100755
--- a/ponysay
+++ b/ponysay
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
export PERL_UNICODE=S
+
ponydir=$PWD/ponies
function ponyf() {
@@ -18,7 +19,8 @@ do
case ${OPT} in
v) echo "v0.01" ; exit;;
h) echo "helpherpderp" ; exit;;
- f) ponyf ${2}; exit;;
- \?) show_error "DERP"; exit;;
+ f) ponyf $* ; exit;;
+ *) ponyr $* ; exit;;
esac
done
+ponyr $*