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