JavaScriptServices/build.sh

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

2016-02-02 19:22:32 +03:00
#!/usr/bin/env bash
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2017-09-20 23:21:09 +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 "$@"