#!/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: yiic 702 2009-02-18 19:29:48Z qiang.xue $ */ require_once(dirname(__FILE__).'/yiic.php');