X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=test_base_colors.sh;fp=test_base_colors.sh;h=7e4ffbc2c3e4b7cb0698acdd73d974aeeff58b08;hb=e0190cf86f82bc2d8ef71032717b43a3300ace2f;hp=0000000000000000000000000000000000000000;hpb=458e879c656919ba76405951b1c1a3b1f84e7122;p=scripts-20-100.git diff --git a/test_base_colors.sh b/test_base_colors.sh new file mode 100755 index 0000000..7e4ffbc --- /dev/null +++ b/test_base_colors.sh @@ -0,0 +1,13 @@ +#/bin/bash + +# Script idiot pour tester toutes les combinaisons de couleurs + +source /home/vincent/scripts/colors.sh + + +for coul in "${all_colors_names[@]}" +do + col=${!coul} + aff="$coul : ${col}plop$No_Color" + echo -e $aff +done