eesyphp/example/bin/manage

8 lines
126 B
Text
Raw Normal View History

2020-04-18 00:51:33 +02:00
#!/usr/bin/php
<?php
2023-01-30 00:11:26 +01:00
use EesyPHP\Cli;
2020-04-18 00:51:33 +02:00
require realpath(dirname(__FILE__).'/..')."/includes/core.php";
2023-01-30 00:11:26 +01:00
Cli :: handle_args();