12 lines
162 B
Bash
12 lines
162 B
Bash
#!/bin/bash
|
|
|
|
image='mail.jpg'
|
|
|
|
prompt="You've got mail!"
|
|
|
|
choice1="Open"
|
|
outcome1="menu actions/explode.sh"
|
|
|
|
choice2="Ignore"
|
|
outcome2="source actions/youwin.sh"
|