deblan-report/scripts/html

8 lines
98 B
Bash
Executable File

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