mamefile.sh
author Shingo W. Kagami
Thu, 21 Jan 2010 14:04:22 +0900
changeset 4 1b55a5510213
permissions -rw-r--r--
Batch files dualdisp_*.bat have been removed (and replaced by zsh aliases).
Shingo@1
     1
#!/bin/sh
Shingo@1
     2
Shingo@1
     3
if [ "$1" = "" ]; then
Shingo@1
     4
    /cygdrive/c/local/Mame5/Mame5.exe
Shingo@1
     5
    exit
Shingo@1
     6
fi
Shingo@1
     7
Shingo@1
     8
/cygdrive/c/local/Mame5/MameFile5.exe `cygpath -wa $1`