kjhkhkjº

This commit is contained in:
2021-01-21 08:14:02 +01:00
parent d600965141
commit 15eb00d9b2
+5 -5
View File
@@ -27,17 +27,17 @@ if ! echo "$SYSTEMS" | grep -w "$1" >/dev/null; then
exit 0 exit 0
fi fi
if ! test -d "${ROM_FOLDER}"/"${SYSTEM}"; then
echo "${ROM_FOLDER}"/"${SYSTEM}" does not exists
exit 0
fi
#readonly SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" #readonly SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
readonly SYSTEM="$1" readonly SYSTEM="$1"
readonly ROM_FOLDER="$2" readonly ROM_FOLDER="$2"
readonly PLAYLISTS_FOLDER="$3" readonly PLAYLISTS_FOLDER="$3"
readonly BASE_PATH="/Users/sergio/Roms/roms.retroachievements.2020/" readonly BASE_PATH="/Users/sergio/Roms/roms.retroachievements.2020/"
if ! test -d "${ROM_FOLDER}"/"${SYSTEM}"; then
echo "${ROM_FOLDER}"/"${SYSTEM}" does not exists
exit 0
fi
case $SYSTEM in case $SYSTEM in
3do) 3do)