#!/bin/bash if [ "$1" == "" ]; then echo template filename required exit 1 fi preload=$(for f in frontend/_dist_/*.woff2; do echo "" done) template="`cat $1 | sed -e 's##\$preload#'`" eval "cat <