#!/bin/bash shopt -s extglob nullglob export PKG_NAME=$1 shift export PKG_BASE=$(realpath "$(dirname "$0")") . "${PKG_BASE}/helper.sh" if [[ -n $2 ]]; then PKG_VRSN=$2 fi cat <