mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-19 02:11:08 +00:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded
|
|
|
|
../embedded/mame64 $* -listslots
|
|
|