Add new scripts for system monitoring and remove deprecated scripts
This commit is contained in:
6
scripts/colors
Executable file
6
scripts/colors
Executable file
@@ -0,0 +1,6 @@
|
||||
for i in {0..255}; do
|
||||
printf "\x1b[48;5;%sm%3d\e[0m " "$i" "$i"
|
||||
if ((i == 15)) || ((i > 15)) && (((i - 15) % 6 == 0)); then
|
||||
printf "\n"
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user