From af9cf05d34fcd6c1461a7aba48b440c43f970e06 Mon Sep 17 00:00:00 2001 From: Sergio Date: Sun, 8 May 2022 11:31:29 +0200 Subject: [PATCH] updated skyscraper.sh --- skyscraper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skyscraper.sh b/skyscraper.sh index 202c7d9..20e6118 100755 --- a/skyscraper.sh +++ b/skyscraper.sh @@ -6,8 +6,8 @@ USAGE: $(basename "$0") [build | scrap | both] [frontend] [path to roms]" readonly USAGE -#FRONTENDS="emulationstation pegasus" -#readonly FRONTENDS +FRONTENDS="emulationstation pegasus" +readonly FRONTENDS function help_message() { echo "$USAGE"