You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
231 B

  1. #!/usr/bin/env /usr/bin/php
  2. <?php
  3. // ini_set('xdebug.default_enable',0);
  4. define('KX_ROOT', __DIR__);
  5. if (empty($argv['1'])) {
  6. exit('请输入要执行的操作!'.PHP_EOL);
  7. } else {
  8. include KX_ROOT . '/kuxin/kuxin.php';
  9. }