Anthony Debucquoy
9eede5ef5f
This is a first dotfiles config. I think I have a lot more to add tho...
10 lines
182 B
Plaintext
Executable File
10 lines
182 B
Plaintext
Executable File
for x in {0..8}; do
|
|
for i in {30..37}; do
|
|
for a in {40..47}; do
|
|
echo -ne "\e[$x;$i;$a""m\\\e[$x;$i;$a""m\e[0;37;40m "
|
|
done
|
|
echo
|
|
done
|
|
done
|
|
echo ""
|