summaryrefslogtreecommitdiffstats
path: root/.local/bin/brb
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/brb')
-rwxr-xr-x.local/bin/brb11
1 files changed, 11 insertions, 0 deletions
diff --git a/.local/bin/brb b/.local/bin/brb
new file mode 100755
index 0000000..bf46280
--- /dev/null
+++ b/.local/bin/brb
@@ -0,0 +1,11 @@
+#!/usr/local/bin/dash
+
+while true; do
+ clear
+ # figlet -s -L -c -t "Joe will be right back" | lolcat -F 0.05
+ figlet -s -L -c -t "Joe will be right back"
+ echo
+ # figlet -s -L -c -t "please stand by..." | lolcat -F 0.05
+ figlet -s -L -c -t "please stand by..."
+ sleep 5
+done