1 # SAMPLE 2 # copy to stbitten-env.sh - run by startup.sh 3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH} 4 export BUILDER_CONF=${HOME}/bitten-conf 5 export BUILDER_DIR=${HOME}/build 6 export BUILDER_USER=yeahright 7 export BUILDER_PASS=hunter42 8 export BUILDER_NAME=some-bot 9 export BUILDER_BEST=${HOME}/best 10 11 12