summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shbrain.sh')
-rwxr-xr-xshbrain.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/shbrain.sh b/shbrain.sh
index 93bded0..3b1f700 100755
--- a/shbrain.sh
+++ b/shbrain.sh
@@ -22,6 +22,8 @@ do
./shquote.sh ${ARGS[*]}
elif [ "$CMD" = "trains" ]; then
./shtrains.sh ${ARGS[*]}
+ elif [ "$CMD" = "duck" ]; then
+ ./shduck.sh
elif [ "$CMD" = "help" ]; then
./shhelp.sh $ARGS
else