5 lines
46 B
Bash
5 lines
46 B
Bash
#!/bin/bash
|
|
|
|
chmod +x ./gradlew
|
|
./gradlew run
|
#!/bin/bash
|
|
|
|
chmod +x ./gradlew
|
|
./gradlew run
|