azure-relay-bridge/build.sh

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

2018-07-08 14:37:05 +03:00
#!/bin/bash
2018-06-12 22:01:36 +03:00
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Call "sync" between "chmod" and execution to prevent "text file busy" error in Docker (aufs)
chmod +x "$DIR/run.sh"; sync
2018-07-08 22:44:02 +03:00
"$DIR/run.sh" "$@"