mirror of
https://github.com/Luzifer/tex-api.git
synced 2024-11-08 16:20:04 +00:00
11 lines
94 B
Bash
11 lines
94 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
set -o pipefail
|
||
|
|
||
|
BUILD_DIR=$1
|
||
|
|
||
|
cd $BUILD_DIR
|
||
|
|
||
|
# TODO(kahlers): Add logic
|