12 lines
191 B
Bash
12 lines
191 B
Bash
#!/bin/bash
|
|
|
|
image='bomb.jpg'
|
|
|
|
prompt="It was from Ted Kaczynski."
|
|
|
|
choice1="Touch grass."
|
|
outcome1="menu actions/grass.sh"
|
|
|
|
choice2="Become a terrorist."
|
|
outcome2="source actions/youwin.sh"
|