#!/bin/sh cat <<EOF if [ -f \$prefix/custom.cfg ]; then source \$prefix/custom.cfg; fi EOF