summarylogtreecommitdiffstats
path: root/spcplay
diff options
context:
space:
mode:
Diffstat (limited to 'spcplay')
-rwxr-xr-xspcplay3
1 files changed, 3 insertions, 0 deletions
diff --git a/spcplay b/spcplay
new file mode 100755
index 000000000000..6f50fbe8f397
--- /dev/null
+++ b/spcplay
@@ -0,0 +1,3 @@
+#!/bin/bash
+[[ "$1" == "" ]] && wine /usr/share/spcplay/spcplay.exe
+[[ "$1" != "" ]] && wine /usr/share/spcplay/spcplay.exe "$(winepath -w "$1")"