flash.moe/tools/render-tpl

8 lines
142 B
Text
Raw Normal View History

2024-06-11 00:24:12 +00:00
#!/usr/bin/env php
2023-10-14 23:05:49 +00:00
<?php
require_once __DIR__ . '/../makai.php';
2024-12-16 19:15:50 +00:00
echo $makai->templating->render(
implode(' ', array_slice($argv, 1))
);