9 lines
156 B
Bash
9 lines
156 B
Bash
#!/usr/bin/env sh
|
|
|
|
cd tweed5 || exit
|
|
../gradlew publish
|
|
cd .. || exit
|
|
cd tweed5-minecraft || exit
|
|
./helpers/run-each-mc.sh ../gradlew publish
|
|
cd .. || exit
|