chemin absolu MY_PATH/games

This commit is contained in:
fred 2024-02-19 14:51:00 +01:00
parent 996784b951
commit e9ae6773cb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GAMES=($(ls -d $MY_PATH/games/))
# BASH is CREOLE # BASH is CREOLE
# this cd *@* METHOD resist to " " space # this cd *@* METHOD resist to " " space
cd games \ cd ${MY_PATH}/games \
&& GAMES=(".." *@*) && cd .. \ && GAMES=(".." *@*) && cd .. \
|| GAMES=".." || GAMES=".."
## but can still be fooled by file... ## but can still be fooled by file...