7 lines
65 B
Bash
7 lines
65 B
Bash
#!/bin/bash
|
|
|
|
B="./gradlew"
|
|
$B --stop
|
|
$B assembleDebug
|
|
$B --stop
|