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