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