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