1 #!/bin/bash 2 3 export BOOTSTRAP="${BASH_SOURCE[0]}" 4 export SRCDIR=".." 5 export WRAPPER="../blueprint.bash" 6 7 ../bootstrap.bash "$@" 8