8 lines
183 B
PHP
Executable file
8 lines
183 B
PHP
Executable file
#!/usr/bin/env php
|
|
<?php
|
|
require_once __DIR__ . '/../hanyuu.php';
|
|
|
|
$templating = $hau->getTemplating();
|
|
$path = implode(' ', array_slice($argv, 1));
|
|
|
|
echo $templating->render($path);
|