move old files to old directory
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
11
old/checker/cloner-lib-general
Normal file
11
old/checker/cloner-lib-general
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user