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