pulp-runtime/init.sh
Germain Haugou 31052776f8 Added runner
2019-12-17 22:14:17 +01:00

6 lines
No EOL
140 B
Bash

#!/bin/bash -e
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
export PULPRT_HOME=$scriptDir
export PULP_SDK_HOME=$PULPRT_HOME