9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd deps/treenail
|
|
|
|
git submodule update --init
|
|
./gradlew build
|
|
./gradlew install
|
|
|
|
popd |