add start bash and cmd files
This commit is contained in:
parent
2b77a2a566
commit
af5cbf80c1
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"
|
Loading…
Reference in New Issue
Block a user