commit 502edda10bda9e23e615f60eafd7288a5a028c5f parent a4cb35ed455876a06e4f00185a146c0812c05df9 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 31 Jul 2019 17:36:24 +0200 Fix macintosh emulator script Diffstat:
M | .local/bin/emulate-mac | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.local/bin/emulate-mac b/.local/bin/emulate-mac @@ -1,4 +1,5 @@ #!/bin/sh -minivmac --rom /home/ad/.local/lib/installers/macos-system-6/vmac.rom \ - /home/ad/.local/lib/installers/macos-system-6/disk/disk{1,2}.dsk \ - "$@" # mount up to three additional disks here +minivmac --rom ~/.local/lib/installers/macos-system-6/vmac.rom \ + ~/.local/lib/installers/macos-system-6/disk/disk1.dsk \ + ~/.local/lib/installers/macos-system-6/disk/disk2.dsk \ + "$@" # mount up to three additional disks here