mirror of
https://github.com/sigmasternchen/shinden
synced 2025-03-15 07:48:54 +00:00
12 lines
121 B
Bash
12 lines
121 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
. engine.sh
|
||
|
|
||
|
template "example.templ" "
|
||
|
title='Users'
|
||
|
users=(
|
||
|
'Alice'
|
||
|
'Bob'
|
||
|
)
|
||
|
"
|