fox32os/fox32os
jn 38ccc043c1 Add fox32os convenience script
It invokes the fox32 emulator with fox32os.img in the first disk slot.
2023-02-01 23:41:30 +01:00

4 lines
120 B
Bash
Executable File

#!/bin/sh
FOXBASE="$(dirname "$(realpath "$0")" )"/..
"$FOXBASE"/fox32/fox32 --disk "$FOXBASE"/fox32os/fox32os.img "$@"