summarylogtreecommitdiffstats
path: root/spcplay
blob: 6f50fbe8f39741c62560199648e0c50aac9c9902 (plain)
1
2
3
#!/bin/bash
[[ "$1" == "" ]] && wine /usr/share/spcplay/spcplay.exe
[[ "$1" != "" ]] && wine /usr/share/spcplay/spcplay.exe "$(winepath -w "$1")"