diff --git a/main.sh b/main.sh index 5d2e59c..ee450f8 100755 --- a/main.sh +++ b/main.sh @@ -9,8 +9,8 @@ CHOIX=( ) select_option() { + log info "Selectionnez une option..." choice=$(printf "%s\n" "${CHOIX[@]}" | fzf --height=4 --reverse --cycle --prompt="❯ Choix : " --layout=reverse) - log info "Selection - ${choice}" } sleep 1.5 diff --git a/sources/functions.sh b/sources/functions.sh index e931d47..fdf1c2e 100755 --- a/sources/functions.sh +++ b/sources/functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -export CREATOR_NAME="Guillaume DENIS" +export CREATOR_NAME="TheHackdes" C_BLEU="\e[34m" C_ROUGE="\e[31m"