| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 4f32c8f84a85e59ac99d798e176e54c08ba04da5 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Apr 2 00:00:45 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | usr/bin/colHeader | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/usr/bin/colHeader b/usr/bin/colHeader |
11 | index e48b5a6..6917ceb 100755 |
12 | --- a/usr/bin/colHeader |
13 | +++ b/usr/bin/colHeader |
14 | @@ -5,4 +5,4 @@ cols="▁▃▆▇▅▄▇▃▅▃▅▆▄▂▆▅▃▇▃▂▆▅▂▇ |
15 | ▇▁▂▇▁▅▁▃▅▁▁▇▂▇▅▇▂▂▄▇▆▃▃▂▂▅▁▆▅▄▇▂▅▆▅▁▆▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▅▇▆▂▃▆▃▆▁▁▆▇▂▂▄▇▆▃▃▂▂▅▁▆▄▇▆▃▃▂▂▅▁▆▅▄▇▂▅▆▅▁▆▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▁▅▇▆▂▃▆▃▆▁▇▆▇▂▄▇▆▃▃▂▅▁▆▅▄▇▂▁▄▅▇▅▄▅▃▆▅▆▃▁▂▂▇▄▂▃▁▅▁▇▂▄\ |
16 | ▅▁▃▄▁▅▇▃▂▅▇▁▂▇▁▅▁▃▅▇▂▇▅▇▂▂▄▇▆▃▃▂▂▅▁▆▅▄▇▂▅▆▅▁▆▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▅▇▆▂▃▆▃▆▁▆▃▇▂▁▄▅▇▅▄▅▃▆▅▆▃▁▂▂▇▄▂▃▁▅▁▇▂▄▃▁▆▇▂▂▆▄▁▃▃▂▄▇▄▅▆▄▃▁▆▅▂▅▇▆▃▁▃▇▃▅▇▄▂▇▄▆▂▄▄▅▇▆▂▃▆▃▆▁▁▆▇▂▂▄▇▆▃▃▂▂▅▁▆▅▄▇▆▃▁" |
17 | |
18 | -clear; echo -e $cols|cut -c-$(echo "$(tput cols) * 3"|bc)|lolcat ; echo '' |
19 | +clear; echo -e "$(echo "$cols"|cut -c-$(echo "$(tput cols) * 3"|bc))\n" | lolcat |