mirror of
https://github.com/ksherlock/ample.git
synced 2024-11-05 01:05:29 +00:00
7 lines
137 B
Bash
Executable File
7 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded
|
|
|
|
for machine in $* ; do ../embedded/mame64 "$machine" -listxml -nodtd ; done
|
|
|