Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / bash / hhgame / games / stupid.sh
1 #!/bin/bash
2 GWD=\~/stupid
3 source include.sh
4
5 clear
6
7 echo box:\~\# vi /etc/passwd
8 echo box:\~\# su game
9
10 while true; do
11 echo -n game@box:$GWD \$ ""
12 read gcmd
13 case "$gcmd" in
14 "exit") ./win.sh stupid && exit ;;
15 "help") echo Root allowed you to login from his shell... INCOMPETENT IDIOT!! \;D && echo \"abort\" to exit... ;;
16 esac
17
18 game_commands "$gcmd"
19 shell_commands "$gcmd"
20 done
This page took 0.312573 seconds and 4 git commands to generate.