Maj sur la variable "pseudo", et pourquoi ça marchait avant ? on ne saura jamais.

This commit is contained in:
Zatalyz 2022-02-15 22:48:48 +01:00
parent e20c49b01e
commit 4a67f35cd3

View file

@ -66,7 +66,7 @@ fi
if [ -z "$4" ]
then
myfunc() {
basename -a "$foldersource"/* | cut -d_ -f2 | uniq
basename "$foldersource"/* .txt | cut -d_ -f2 | uniq
}
perso="$(myfunc)"
else perso="$4"