3 function shell_commands
() {
9 "help") echo Try
\"man hhgame
\"...
;;
10 "man") echo Which man page
\? ;;
11 "man hhgame") more man
/hhgame.txt
;;
12 "man game") more man
/game.txt
;;
14 "lsgames") ls games
;;
16 "winners") more var
/log
/winners
;;
18 *) echo hhgame
: $1: command not found
22 function game_commands
() {
25 "logout") echo bash
: logout: not login shell
: use \
`exit\' && continue ;;
26 "abort") echo Such early\? && exit ;;
This page took 0.375666 seconds and 4 git commands to generate.