Applecorn/m32build

16 lines
400 B
Plaintext
Raw Permalink Normal View History

2022-09-09 21:04:05 +00:00
#
# Script for building on Linux using Merlin32
# Uses cadius for manipulating ProDOS disk images
#
2023-01-16 23:42:04 +00:00
if ! merlin32 -v applecorn.s; then
echo +++++++++++++++++++++++
echo +++++ BUILD ERROR +++++
echo +++++++++++++++++++++++
exit 1
fi
cp APLCORN.SYSTEM APLCORN.SYSTEM#FF2000
cadius deletefile applecorn.po /APPLECORN/APLCORN.SYSTEM
cadius addfile applecorn.po /APPLECORN APLCORN.SYSTEM#FF2000