uci-docker-caddy/publish/publish

7 lines
83 B
Bash
Executable File

#!/bin/bash
DIR=$(dirname "$(realpath "$BASH_SOURCE")")
pushd $DIR
../build
popd