13 lines
198 B
Bash
13 lines
198 B
Bash
#!/bin/bash
|
|
|
|
image="riot.jpg"
|
|
|
|
prompt="Holy shit now you're in a riot!"
|
|
|
|
choice1="Panic and run away!"
|
|
outcome1="menu death.sh"
|
|
|
|
choice2="Throw a molotov at the police"
|
|
outcome2="source youwin.sh"
|
|
|