5 lines
144 B
Bash
Executable file
5 lines
144 B
Bash
Executable file
#!/bin/bash
|
|
export VICE_INITIAL_CWD="$(pwd)"
|
|
export PROGRAM="c1541"
|
|
"/Applications/vice-arm64-gtk3-3.9/VICE.app/Contents/Resources/script" "$@"
|