add start bash and cmd files
This commit is contained in:
3
startTerminal.bat
Normal file
3
startTerminal.bat
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
gradle :client:run --args="terminal human dps computerS tank" --console="plain"
|
||||||
3
startTerminal.sh
Normal file
3
startTerminal.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
gradle --version
|
||||||
|
gradle :client:run --args="terminal human dps computerS tank"
|
||||||
2
startWindow.bat
Normal file
2
startWindow.bat
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
@echo off
|
||||||
|
gradle :client:run --args="window human dps computerS tank" --console="plain"
|
||||||
3
startWindow.sh
Normal file
3
startWindow.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
gradle --version
|
||||||
|
gradle :client:run --args="window human dps computerS tank"
|
||||||
Reference in New Issue
Block a user