repo-cloner/checker/cloner-lib-general

12 lines
162 B
Plaintext
Raw Normal View History

#!/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
}