8 lines
84 B
Bash
8 lines
84 B
Bash
|
|
OLD_PWD=$PWD
|
|
cd ../..
|
|
export KHEOPS_CONFIG=$PWD/kheops.yml
|
|
. env.sh
|
|
cd "$OLD_PWD"
|
|
|