NetBoot/doeverything.bash
Elliot Nunn 0ec9a3e122 Work around the Mini vMac extra-drives problem
This removes the need for the last ROM patches.
2020-10-10 16:04:55 +08:00

8 lines
198 B
Bash
Executable File

#!/bin/bash
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
make BootstrapFloppy.dsk
./NetBoot.py & Mini\ vMac\ Classic.app/Contents/MacOS/minivmac xo.rom BootstrapFloppy.dsk && kill %1