From 24e26c2b661c603c07e50bb1160ce0e0519e41c3 Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 7 Jul 2009 16:38:54 +0200 Subject: Fixed the trains script to handle canceled trains and wrote the help command. --- shbrain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shbrain.sh') 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 -- cgit v1.2.3