aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/personal/ext/panes
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin/personal/ext/panes')
-rwxr-xr-xscripts/.local/bin/personal/ext/panes23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/.local/bin/personal/ext/panes b/scripts/.local/bin/personal/ext/panes
new file mode 100755
index 0000000..a191de8
--- /dev/null
+++ b/scripts/.local/bin/personal/ext/panes
@@ -0,0 +1,23 @@
+#!/usr/bin/env bash
+
+# Author: GekkoP
+# Source: http://linuxbbq.org/bbs/viewtopic.php?f=4&t=1656#p33189
+
+f=3 b=4
+for j in f b; do
+ for i in {0..7}; do
+ printf -v $j$i %b "\e[${!j}${i}m"
+ done
+done
+d=$'\e[1m'
+t=$'\e[0m'
+v=$'\e[7m'
+
+
+cat << EOF
+
+ $f1███$d▄$t $f2███$d▄$t $f3███$d▄$t $f4███$d▄$t $f5███$d▄$t $f6███$d▄$t $f7███$d▄$t
+ $f1███$d█$t $f2███$d█$t $f3███$d█$t $f4███$d█$t $f5███$d█$t $f6███$d█$t $f7███$d█$t
+ $f1███$d█$t $f2███$d█$t $f3███$d█$t $f4███$d█$t $f5███$d█$t $f6███$d█$t $f7███$d█$t
+ $d$f1 ▀▀▀ $f2▀▀▀ $f3▀▀▀ $f4▀▀▀ $f5▀▀▀ $f6▀▀▀ $f7▀▀▀
+EOF