#!/bin/sh -e appname=$(basename "$0" .exe) name=$(echo $appname | cut -d- -f1) exec wine-stable "$name.exe" "$@"