1#! /bin/sh 2 3# MAINTAINER: [email protected] 4 5set -o pipefail 6 7if [ -z "${SCRIPTSDIR}" ]; then 8 echo "Must set SCRIPTSDIR" >&2 9 exit 1 10fi 11 12. ${SCRIPTSDIR}/functions.sh 13 14export_ports_env 15 16