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.
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
|