3 lines
81 B
Plaintext
3 lines
81 B
Plaintext
|
#!/bin/sh
|
||
|
cd `dirname $0` && ../bin/debug/premake4 /scripts=../src $1 $2 $3 test
|