github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/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