github.com/cloudfoundry-attic/garden-linux@v0.333.2-candidate/linux_backend/skeleton/lib/hook-child-before-pivot.sh (about) 1 #!/bin/sh 2 3 [ -n "$DEBUG" ] && set -o xtrace 4 set -o nounset 5 set -o errexit 6 7 cd $(dirname $0)/../ 8 9 . etc/config 10 11 # Placeholder