mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-14 20:48:09 +00:00
5 lines
No EOL
106 B
Bash
5 lines
No EOL
106 B
Bash
#!/bin/bash -e
|
|
|
|
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
|
export PULPRT_HOME=$scriptDir |