mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-01-02 12:37:38 +00:00
6 lines
100 B
Bash
6 lines
100 B
Bash
|
#!/bin/bash
|
||
|
set -eou pipefail
|
||
|
git submodule update --init --recursive
|
||
|
cd paperweight
|
||
|
./gradlew pTML
|