This commit is contained in:
2021-01-31 08:46:40 +00:00
parent 302f4d4953
commit ac24388fa8
+4 -4
View File
@@ -4,12 +4,12 @@ USAGE:
$(basename "$0") [BUILD or SCRAP] [PATH] [SYSTEM]"
function help_message() {
echo "$USAGE"
echo
echo "Where [SYSTEM] are:"
printf "%s\n\n" "$USAGE"
printf "%s" "Where [SYSTEM] are: "
for WORD in $SYSTEMS; do
echo -e "\t$WORD"
printf "%s " "$WORD"
done
printf "\n"
}
SYSTEMS="3do 3ds amiga amstradcpc apple2 arcade arcadia astrocde atari800 atari2600 atari5200 atari7800 atarijaguar atarilynx atarist c16 c64 c128 coco coleco daphne dragon32 dreamcast fba fds gameandwatch gamegear gb gba gbc gc genesis intellivision mame-advmame mame-libretro mame-mame4all mastersystem megacd megadrive msx n64 nds neogeo nes ngp ngpc oric pc pc88 pc98 pcfx pcengine pokemini ports ps2 psp psx saturn scummvm sega32x segacd sg-1000 snes steam ti99 trs-80 vectrex vic20 videopac virtualboy wii wonderswan wonderswancolor x68000 x1 zmachine zx81 zxspectrum"