mirror of
https://github.com/saymrwulf/pulp-runtime.git
synced 2026-05-21 21:52:31 +00:00
8 lines
159 B
Bash
8 lines
159 B
Bash
#!/bin/bash -e
|
|
|
|
export PULPRT_TARGET=pulp
|
|
export PULPRUN_TARGET=pulp
|
|
|
|
scriptDir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
|
source $scriptDir/common.sh
|