[script] more bash color

This commit is contained in:
Mathieu Maret 2017-01-18 17:58:15 +01:00
parent bd2a8e4fab
commit f879b08f7a
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ done
echo
echo
for i in {0..255}; do printf "\e[38;5;${i}m █ \\\e[38;5;${i}m\n"; done