deblan-report/helpers/template
2019-06-12 11:32:52 +02:00

6 lines
64 B
Bash

#!/bin/sh
render_template() {
envsubst < "$TEMPLATE/$1.tpl"
}