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