mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-22 22:01:17 +00:00
6 lines
No EOL
153 B
Bash
6 lines
No EOL
153 B
Bash
#!/bin/bash -e
|
|
|
|
scriptDir="$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
|
|
|
|
export PULPRT_HOME=$scriptDir
|
|
export PULP_SDK_HOME=$PULPRT_HOME |