From 8de25813756d59e0318eb20f09e73b871cfb9e3c Mon Sep 17 00:00:00 2001 From: TheHackdes Date: Mon, 4 May 2026 20:52:42 +0200 Subject: [PATCH] fix(sources/functions.sh): update creator name from "Guillaume DENIS" to "TheHackdes" --- main.sh | 2 +- sources/functions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"