]> git.wh0rd.org - home.git/blob - .bin/bash-colors
more tech words
[home.git] / .bin / bash-colors
1 #!/bin/bash
2 for i in {0..1} ; do
3 for j in {30..37} ; do
4 echo -e '\e['"${i};${j}mthis color is: \\\\e[${i};${j}m"
5 done
6 done