bb/helpers/bbpause
Bruce Hill 865092c656 Major update: instead of defining all the helper functions as static
C-strings prefixed to commands (modified by the Makefile), the helper
functions are now standalone scripts in the helpers/ dir, which gets
added to "$PATH" when running bb.
2020-02-24 01:31:39 -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