pulp-runtime/configs/pulpissimo.sh

16 lines
302 B
Bash
Raw Normal View History

2019-12-15 13:12:22 +00:00
#!/bin/bash -e
export PULPRT_TARGET=pulpissimo
export PULPRUN_TARGET=pulpissimo
2021-07-19 08:24:22 +00:00
if [ -n "${ZSH_VERSION:-}" ]; then
DIR="$(readlink -f -- "${(%):-%x}")"
scriptDir="$(dirname $DIR)"
else
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
fi
2019-12-15 13:12:22 +00:00
2019-12-17 21:14:17 +00:00
source $scriptDir/common.sh