aboutsummaryrefslogtreecommitdiff
path: root/template/generate.sh
blob: b1e1b4865404249472d1d411d9383327b1e9df44 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
# Template Generation Script

VARIABLES=$1
TEMPLATE=$2

env $(cat ${VARIABLES} | xargs) envsubst < ${TEMPLATE}