Fix filename
[mirrors/Programs.git] / bash / hhgame / games / stupid.sh
CommitLineData
21c4e167
H
1#!/bin/bash
2GWD=\~/stupid
3source include.sh
4
5clear
6
7echo box:\~\# vi /etc/passwd
8echo box:\~\# su game
9
10while 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"
20done
This page took 0.161976 seconds and 4 git commands to generate.