5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
# Pause before continuing
|
|
printf '\033[0;2m Press any key to continue...\033[0m' >/dev/tty
|
|
bbask -1 >/dev/null
|