#!/bin/bash # configure export CCLONE_PATH=$BASE/repos export CCLONE_CACHE=$BASE/cache export CONFIG_DIR=$BASE/config function die(){ echo "$@" 1>&2 exit 1 }