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" ] if [ -z "$4" ]
then then
myfunc() { myfunc() {
basename -a "$foldersource"/* | cut -d_ -f2 | uniq basename "$foldersource"/* .txt | cut -d_ -f2 | uniq
} }
perso="$(myfunc)" perso="$(myfunc)"
else perso="$4" else perso="$4"