mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
9 lines
297 B
Bash
9 lines
297 B
Bash
#!/bin/sh
|
|
|
|
if [ ! -e "Dragon Warrior II (U) [!].nes" ]; then
|
|
echo "ROM file \"Dragon Warrior II (U) [!].nes\" not found; place one here before running this script.";
|
|
exit 1;
|
|
fi;
|
|
|
|
perl ../../../abcde.pl -cm abcde::Cartographer "Dragon Warrior II (U) [!].nes" Cartographer.txt Cartographer_out -s
|