mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-02 22:34:06 +01:00
16 lines
392 B
PHP
Executable File
16 lines
392 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
/**
|
|
* Yii command line script for Unix/Linux.
|
|
*
|
|
* This is the bootstrap script for running yiic on Unix/Linux.
|
|
*
|
|
* @author Qiang Xue <qiang.xue@gmail.com>
|
|
* @link http://www.yiiframework.com/
|
|
* @copyright Copyright © 2008 Yii Software LLC
|
|
* @license http://www.yiiframework.com/license/
|
|
* @version $Id$
|
|
*/
|
|
|
|
require_once(dirname(__FILE__).'/yiic.php');
|