From 34fcc3b3ed23156e431546f104582995eb5ef778 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 17 Jun 2021 23:44:15 -0400 Subject: [PATCH] more useful scripts. --- python/listmedia.sh | 6 ++++++ python/listslots.sh | 6 ++++++ python/listxml.sh | 0 3 files changed, 12 insertions(+) create mode 100755 python/listmedia.sh create mode 100755 python/listslots.sh mode change 100644 => 100755 python/listxml.sh diff --git a/python/listmedia.sh b/python/listmedia.sh new file mode 100755 index 0000000..8e97c4f --- /dev/null +++ b/python/listmedia.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded + +../embedded/mame64 $* -listmedia + diff --git a/python/listslots.sh b/python/listslots.sh new file mode 100755 index 0000000..def86ee --- /dev/null +++ b/python/listslots.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export DYLD_FALLBACK_FRAMEWORK_PATH=../embedded + +../embedded/mame64 $* -listslots + diff --git a/python/listxml.sh b/python/listxml.sh old mode 100644 new mode 100755