summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
authorjulien2009-07-07 16:38:54 +0200
committerjulien2009-07-07 16:38:54 +0200
commit24e26c2b661c603c07e50bb1160ce0e0519e41c3 (patch)
tree5daa564c3a71c5e09461a1d4dcfa00ce95543ac1 /shbrain.sh
parentMade a working trains script. (diff)
downloadshbot-24e26c2b661c603c07e50bb1160ce0e0519e41c3.tar.gz
shbot-24e26c2b661c603c07e50bb1160ce0e0519e41c3.tar.bz2
shbot-24e26c2b661c603c07e50bb1160ce0e0519e41c3.zip
Fixed the trains script to handle canceled trains and wrote the help command.
Diffstat (limited to 'shbrain.sh')
-rwxr-xr-xshbrain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shbrain.sh b/shbrain.sh
index 6dd968a..74fc135 100755
--- a/shbrain.sh
+++ b/shbrain.sh
@@ -15,7 +15,7 @@ do
if [ "$CMD" = "trains" ]; then
./shtrains.sh ${ARGS[*]}
elif [ "$CMD" = "help" ]; then
- echo "Help"
+ ./shhelp.sh $ARGS
else
echo "Use \"shcmd help\" to list available commands."
fi