Add fox32os convenience script

It invokes the fox32 emulator with fox32os.img in the first disk slot.
main
jn 2023-02-01 20:35:28 +01:00
parent 9c55c79d85
commit 38ccc043c1
1 changed files with 3 additions and 0 deletions

3
fox32os 100755
View File

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