update
This commit is contained in:
parent
4b42aa2fce
commit
e4b7f615fa
33 changed files with 543 additions and 0 deletions
2
colors-show
Executable file
2
colors-show
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
for x in 0 1 4 5 7 8; do for i in `seq 30 37`; do for a in `seq 40 47`; do echo -ne "\e[$x;$i;$a""m\\\e[$x;$i;$a""m\e[0;37;40m "; done; echo; done; done; echo "";
|
||||
Loading…
Add table
Add a link
Reference in a new issue