deblan-report/generators/html

8 lines
98 B
Bash
Executable file

#!/bin/sh
. ./helpers/template
export content="$REPORT"
render_template plain > "$HTML_OUTPUT"