7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
|
#!/bin/bash
|
||
|
set -xeuo pipefail
|
||
|
cd "$(git rev-parse --show-toplevel)/jakstys.lt"
|
||
|
|
||
|
scripts/build
|
||
|
scripts/upload
|