deblan-report/generators/html

8 lines
98 B
Plaintext
Raw Normal View History

2019-06-12 13:12:53 +02:00
#!/bin/sh
. ./helpers/template
export content="$REPORT"
render_template plain > "$HTML_OUTPUT"