]> git.wh0rd.org - home.git/blame - .bin/bash-colors
auto sync aspell/chrome dicts
[home.git] / .bin / bash-colors
CommitLineData
8069c098
MF
1#!/bin/bash
2for 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
6done