add start bash and cmd files

This commit is contained in:
Quentin Legot 2021-12-09 17:33:14 +01:00
parent 2b77a2a566
commit af5cbf80c1
4 changed files with 11 additions and 0 deletions

3
startTerminal.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
gradle :client:run --args="terminal human dps computerS tank" --console="plain"

3
startTerminal.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
gradle --version
gradle :client:run --args="terminal human dps computerS tank"

2
startWindow.bat Normal file
View File

@ -0,0 +1,2 @@
@echo off
gradle :client:run --args="window human dps computerS tank" --console="plain"

3
startWindow.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
gradle --version
gradle :client:run --args="window human dps computerS tank"