lostkefin/scripts/abcde/eg/NES/Battle of Olympus/Atlas.sh
2025-04-09 00:12:30 -04:00

10 lines
293 B
Bash

#!/bin/sh
cp "Battle of Olympus, The (U) [!].nes" Atlas.nes 2> /dev/null;
if [ "$?" != "0" ]; then
echo "ROM file \"Battle of Olympus, The (U) [!].nes\" not found; creating an empty file instead.";
cat /dev/null > Atlas.nes;
fi
perl ../../../abcde.pl -cm abcde::Atlas Atlas.nes Atlas.txt;