shinden/example.sh

12 lines
121 B
Bash
Raw Permalink Normal View History

2022-01-06 18:59:41 +00:00
#!/bin/bash
. engine.sh
template "example.templ" "
title='Users'
users=(
'Alice'
'Bob'
)
"