sparrow/sparrow.bat

7 lines
100 B
Batchfile

set ARGS=%*
if "%ARGS%" != "" (
gradlew.bat run --args="%ARGS%"
) else (
gradlew.bat run
)