yiic 358 B

1234567891011121314
  1. #!/usr/bin/env php
  2. <?php
  3. /**
  4. * Yii command line script for Unix/Linux.
  5. *
  6. * This is the bootstrap script for running yiic on Unix/Linux.
  7. *
  8. * @author Qiang Xue <qiang.xue@gmail.com>
  9. * @link http://www.yiiframework.com/
  10. * @copyright 2008 Yii Software LLC
  11. * @license http://www.yiiframework.com/license/
  12. */
  13. require_once(dirname(__FILE__).'/yiic.php');