38ccc043c1
It invokes the fox32 emulator with fox32os.img in the first disk slot.
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
FOXBASE="$(dirname "$(realpath "$0")" )"/..
|
|
"$FOXBASE"/fox32/fox32 --disk "$FOXBASE"/fox32os/fox32os.img "$@"
|