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