]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - test_base_colors.sh
rangement
[scripts-20-100.git] / test_base_colors.sh
diff --git a/test_base_colors.sh b/test_base_colors.sh
deleted file mode 100755 (executable)
index 7e4ffbc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#/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