4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/sh
|
||
|
gradle --version
|
||
|
gradle :client:run --args="terminal human dps computerS tank"
|