bb/scripts/bbpause
Bruce Hill 88fd9c416b Moved bbstartup into a script, renamed helper/ -> scripts/, and added
bbshutdown script. Also tweaked some of the precedence.
2020-02-24 03:39:44 -08:00

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