her.esy.fun/engine/deploy.sh
Yann Esposito (Yogsototh) fecd03b370
geekier css
2020-08-22 12:47:04 +02:00

12 lines
211 B
Bash
Executable file

#!/usr/bin/env zsh
set -e # fail on first error
set -u # fail if a variable is not set
cd "$(git rev-parse --show-toplevel)" || exit 1
rootdir="${0:h}"
echo "$rootdir"
./engine/build.sh full
./engine/sync.sh