twigc/bin/twigc
2016-07-24 16:03:26 -05:00

15 lines
213 B
PHP

#!/usr/bin/env php
<?php
/**
* This file is part of twigc.
*
* @author dana geier <dana@dana.is>
* @license MIT
*/
require_once __DIR__ . '/../src/bootstrap.php';
(new \Dana\Twigc\Application())->run();