mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-19 02:33:15 +00:00
b856281197
Directly taken from https://premake.github.io/. Refs #3729. This was SVN commit r20366.
3 lines
99 B
Bash
3 lines
99 B
Bash
#!/bin/sh
|
|
cd `dirname $0` && ../bin/debug/premake5 /file=../premake5.lua /scripts=.. $1 $2 $3 test
|