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