vhost-manager/share/bin/template

6 lines
129 B
Plaintext
Raw Normal View History

2019-07-30 23:34:41 +02:00
#!/bin/sh
. ./etc/config
2019-07-31 10:10:45 +02:00
$PHP_BIN -dvariables_order=EGPCS ./share/bin/twigc -E -d ./src/templates/ < "src/templates/${1}.twig"