github.com/dustinrc/deis@v1.10.1-0.20150917223407-0894a5fb979e/builder/rootfs/bin/boot (about) 1 #!/usr/bin/env bash 2 # 3 # This script is designed to be run inside the container 4 # 5 6 # fail hard and fast even on pipelines 7 set -eo pipefail 8 9 if [[ -f /etc/environment_proxy ]]; then 10 source /etc/environment_proxy 11 fi 12 13 exec builder