yiic 324 Bytes
Newer Older
Alexander Makarov committed
1 2 3 4 5 6 7 8
#!/usr/bin/env php
<?php
/**
 * Yii command line script for Unix/Linux.
 *
 * This is the bootstrap script for running yiic on Unix/Linux.
 *
 * @link http://www.yiiframework.com/
Qiang Xue committed
9
 * @copyright Copyright &copy; 2008 Yii Software LLC
Alexander Makarov committed
10 11 12
 * @license http://www.yiiframework.com/license/
 */

Qiang Xue committed
13
require_once(__DIR__ . '/yiic.php');