mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
14 lines
329 B
PHP
Executable File
14 lines
329 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.
|
|
*
|
|
* @link http://www.yiiframework.com/
|
|
* @copyright Copyright © 2008-2012 Yii Software LLC
|
|
* @license http://www.yiiframework.com/license/
|
|
*/
|
|
|
|
require_once(__DIR__ . '/yiic.php');
|