From 896c311feb10e947c727a888308dbc7eb71d1ec2 Mon Sep 17 00:00:00 2001 From: NPScript Date: Sat, 9 Apr 2022 21:22:20 +0200 Subject: init commit --- .local/bin/printcolors | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/printcolors (limited to '.local/bin/printcolors') diff --git a/.local/bin/printcolors b/.local/bin/printcolors new file mode 100755 index 0000000..07f8663 --- /dev/null +++ b/.local/bin/printcolors @@ -0,0 +1,4 @@ +#!/bin/bash +for (( i = 0; i < 256; i++ )); + do printf "$(tput setaf $i)$i$(tput sgr0) "; +done -- cgit v1.2.3-70-g09d2