deblan-report/helpers/template

6 lines
64 B
Plaintext
Raw Permalink Normal View History

2019-06-12 11:32:52 +02:00
#!/bin/sh
render_template() {
envsubst < "$TEMPLATE/$1.tpl"
}