Sacred Valley (MSXdev'22)
My name is Sayri and I am the brother of the king The queen and the general have committed high treason My king and I have been thrown into the sacred valley I feel bruised, nothing serious but the king is dead It wasn't the blows that opened his entrails before precipitating it They wanted to be sure he didn't get out alive Tradition can no longer be fulfilled
mkdir -p package/
unzip sacredv.zip
mv "MSXdev22_SacredValley_v1.0.rom" package/SACREDVA.ROM
pdftotext "MSXdev22_SacredValley_v1.0.pdf"
mv "MSXdev22_SacredValley_v1.0.txt" package/README.TXT
cat > package/SACREDVA.BAT << EOF
REM Look for SROM.COM in default dir
IFF EXIST %_DISK%:\SOFAROM\SROM.COM
%_DISK%:\SOFAROM\SROM.COM SACREDVA.ROM
ELSE
REM Try to run it from path
IFF EXIST SROM.COM
SROM.COM SACREDVA.ROM
ELSE
echo "SROM.COM not found. Install it with: 'HUB install SOFAROM'"
exit 1
ENDIFF
ENDIFF
EOF
unix2dos package/SACREDVA.BAT
unix2dos package/README.TXT
hub install SACREDVA