aboutsummaryrefslogtreecommitdiff
path: root/helpers/bbpause
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/bbpause')
-rwxr-xr-xhelpers/bbpause4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/bbpause b/helpers/bbpause
new file mode 100755
index 0000000..6604fbd
--- /dev/null
+++ b/helpers/bbpause
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Pause before continuing
+printf '\033[0;2m Press any key to continue...\033[0m' >/dev/tty
+bbask -1 >/dev/null