eesyphp/skel/bin/manage
2023-03-05 00:45:18 +01:00

8 lines
126 B
PHP
Executable file

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