7d8e75c27057102ac8e535718fd3d7a1bb06baaf
[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.293667 seconds and 5 git commands to generate.