fix(sources/functions.sh): update creator name from "Guillaume DENIS" to "TheHackdes"

This commit is contained in:
TheHackdes 2026-05-04 20:52:42 +02:00
parent 0c2fa6c671
commit 8de2581375
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@ CHOIX=(
) )
select_option() { select_option() {
log info "Selectionnez une option..."
choice=$(printf "%s\n" "${CHOIX[@]}" | fzf --height=4 --reverse --cycle --prompt=" Choix : " --layout=reverse) choice=$(printf "%s\n" "${CHOIX[@]}" | fzf --height=4 --reverse --cycle --prompt=" Choix : " --layout=reverse)
log info "Selection - ${choice}"
} }
sleep 1.5 sleep 1.5

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
export CREATOR_NAME="Guillaume DENIS" export CREATOR_NAME="TheHackdes"
C_BLEU="\e[34m" C_BLEU="\e[34m"
C_ROUGE="\e[31m" C_ROUGE="\e[31m"