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