X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=colors%2Ftest_base_colors.sh;fp=colors%2Ftest_base_colors.sh;h=7e4ffbc2c3e4b7cb0698acdd73d974aeeff58b08;hb=3113c5e36c693be1c8ae6ed96dcdf5dfca5eac9a;hp=0000000000000000000000000000000000000000;hpb=8721c7c2bbdd6c692f168bdce241ccdc7dc4cb59;p=scripts-20-100.git diff --git a/colors/test_base_colors.sh b/colors/test_base_colors.sh new file mode 100755 index 0000000..7e4ffbc --- /dev/null +++ b/colors/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