From 3a913b0fab054f1602a5bede367f96841e2ad4d9 Mon Sep 17 00:00:00 2001 From: Alnotz Date: Fri, 30 Dec 2022 22:57:13 +0100 Subject: [PATCH] update --- Bash/couleurs.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Bash/couleurs.sh b/Bash/couleurs.sh index 9963a2a..381e89e 100755 --- a/Bash/couleurs.sh +++ b/Bash/couleurs.sh @@ -20,9 +20,9 @@ # ITALIQUE=3 # SOUSLIGNE=4 # CLIGNOTANT=5 -# INVERSE=7 -# INVISIBLE=8 -# BARRE=9 +# INVERSE=6 +# INVISIBLE=7 +# BARRE=8 # Case à tester : case $BIDULE in 0) MOT=0 ;; 1) MOT=1 ;; 2) MOT=2 ;; 3) MOT=3 ;; *) MOT=rien ;; esac ; echo $MOT ; # On veut intégrer 3 options : @@ -140,9 +140,9 @@ function hlp() echo " 3- italique" echo " 4- souligne" echo " 5- clignotant" - echo " 7- inverse" - echo " 8- invisible" - echo " 9- barre" + echo " 6- inverse" + echo " 7- invisible" + echo " 8- barre" echo echo "Script fait avec amour. ;-)" }