3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0` && ../bin/debug/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test
|