From 38ccc043c12f76142feddae7e34f6920190e0932 Mon Sep 17 00:00:00 2001 From: jn Date: Wed, 1 Feb 2023 20:35:28 +0100 Subject: [PATCH] Add fox32os convenience script It invokes the fox32 emulator with fox32os.img in the first disk slot. --- fox32os | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 fox32os diff --git a/fox32os b/fox32os new file mode 100755 index 0000000..339a766 --- /dev/null +++ b/fox32os @@ -0,0 +1,3 @@ +#!/bin/sh +FOXBASE="$(dirname "$(realpath "$0")" )"/.. +"$FOXBASE"/fox32/fox32 --disk "$FOXBASE"/fox32os/fox32os.img "$@"