fix(sources/functions.sh): update creator name from "Guillaume DENIS" to "TheHackdes"
This commit is contained in:
parent
0c2fa6c671
commit
8de2581375
2 changed files with 2 additions and 2 deletions
2
main.sh
2
main.sh
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue