From 6312ef191a9ab7466ec72bb3aba7138816062c2f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 25 Oct 2023 17:55:27 -0400 Subject: Cleanup useless/unused shell scripts --- .local/bin/bars | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 .local/bin/bars (limited to '.local/bin/bars') diff --git a/.local/bin/bars b/.local/bin/bars deleted file mode 100755 index 0e671b6..0000000 --- a/.local/bin/bars +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/bash - -# ANSI color scheme script by pfh -# Source: http://crunchbang.org/forums/viewtopic.php?pid=139126#p139126 -# Initializing mod by lolilolicon from Archlinux -# - -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 -bld=$'\e[1m' -rst=$'\e[0m' -inv=$'\e[7m' - -cat << EOF - $f1▬▬▬▬▬ $f2▬▬▬▬▬ $f3▬▬▬▬▬ $f4▬▬▬▬▬ $f5▬▬▬▬▬ $f6▬▬▬▬▬ - $bld$f1▬▬▬▬▬ $f2▬▬▬▬▬ $f3▬▬▬▬▬ $f4▬▬▬▬▬ $f5▬▬▬▬▬ $f6▬▬▬▬▬ - $rst -EOF -- cgit v1.2.3