deblan-report/scripts/header
2019-06-12 11:32:52 +02:00

11 lines
155 B
Bash
Executable file

#!/bin/sh
. ./helpers/template
. ./helpers/hostname
. ./helpers/date
export hostname="$(get_hostname)"
export date="$(get_date)"
render_template header