crown/data/tpl/header-sh.tpl

7 lines
74 B
Smarty

#!/usr/bin/env sh
# exit on error
set -e
# no undefined variables
set -u