mamefile.sh
author Shingo W. Kagami
Thu, 21 Jan 2010 07:19:45 +0900
changeset 3 76409631fed5
permissions -rw-r--r--
Add scripts to set network if.
     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`