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