4 lines
74 B
Bash
4 lines
74 B
Bash
|
|
#!/bin/bash
|
||
|
|
chgdir="$(dirname $0)/../Resources/"
|
||
|
|
cd $chgdir
|
||
|
|
./mame -window
|