Add fox32os convenience script

It invokes the fox32 emulator with fox32os.img in the first disk slot.
This commit is contained in:
jn 2023-02-01 20:35:28 +01:00
parent 9c55c79d85
commit 38ccc043c1

3
fox32os Executable file
View File

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