mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/sh
|
|
cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test
|