mirror of
https://github.com/elliotnunn/NetBoot.git
synced 2025-02-06 07:30:05 +00:00
8 lines
183 B
Bash
Executable File
8 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT
|
|
|
|
make BootstrapFloppy.dsk
|
|
|
|
Mini\ vMac\ Classic.app/Contents/MacOS/minivmac xo.rom BootstrapFloppy.dsk && kill %1
|