#!/bin/bash WINE=wine [ "x`uname -s`" = xLinux ] || WINE= exec $WINE ./test-shell-win.exe