mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
2 lines
81 B
Bash
2 lines
81 B
Bash
#!/bin/sh
|
|
cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test
|