HttpSysServer/build.sh

9 строки
253 B
Bash
Исходник Обычный вид История

#!/usr/bin/env bash
2014-05-03 01:45:29 +04:00
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2017-09-20 23:20:43 +03:00
# Call "sync" between "chmod" and execution to prevent "text file busy" error in Docker (aufs)
chmod +x "$DIR/run.sh"; sync
"$DIR/run.sh" default-build "$@"