homelab/scripts/template/script.sh

14 lines
196 B
Bash
Raw Normal View History

2022-12-31 14:19:03 +01:00
#!/bin/bash
# Template script not meant to be run
set -euo pipefail
source "$HL_LIB"
_assert_vars HL_PERSON
_ch_001-cat_filled_greeting() {
cat $(_fill greeting.templ);
}
_run_checkpoints