mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-16 21:00:16 +00:00
6 lines
No EOL
140 B
Bash
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 |