#!/bin/bash shopt -s extglob nullglob export PKG_NAME=$1 shift export PKG_BASE=$(realpath "$(dirname "$0")") . "${PKG_BASE}/helper.sh" cat <