mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
14 lines
321 B
PHP
Executable File
14 lines
321 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 (c) 2008 Yii Software LLC
|
|
* @license http://www.yiiframework.com/license/
|
|
*/
|
|
|
|
require_once(__DIR__ . '/yiic.php');
|