bomb final
[mirrors/Programs.git] / bash / hhgame / shell.sh
1 #!/bin/bash
2 GWD=\~
3 source include.sh
4
5 clear
6 while true; do
7
8 echo -n game@box:$GWD \$ ""
9 read gcmd
10 case "$gcmd" in
11 "game") echo You must specify game name \(man game\)... && continue ;;
12 "game stupid") ./games/stupid.sh && continue ;;
13 esac
14 shell_commands "$gcmd"
15
16 done
This page took 0.248066 seconds and 4 git commands to generate.