eesyphp/skel/bin/manage

8 lines
126 B
Plaintext
Raw Normal View History

#!/usr/bin/php
<?php
use EesyPHP\Cli;
require realpath(dirname(__FILE__).'/..')."/includes/core.php";
Cli :: handle_args();