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