4 lines
86 B
Bash
4 lines
86 B
Bash
export PROJECT_ROOT=$PWD
|
|
export CACHE_DIR=$PROJECT_ROOT/tmp/cache
|
|
mkdir -p $CACHE_DIR
|