1
#!/bin/sh
2
3
if [ "$1" = "" ]; then
4
/cygdrive/c/local/Mame5/Mame5.exe
5
exit
6
fi
7
8
/cygdrive/c/local/Mame5/MameFile5.exe `cygpath -wa $1`