1 Star 0 Fork 14

iceMan / sc

forked from 铅笔刀 / sc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
yii 169 Bytes
一键复制 编辑 原始数据 按行查看 历史
铅笔刀 提交于 2020-12-12 05:46 . 'init'
#!/usr/bin/env php
<?php
require(__DIR__ . '/vendor/autoload.php');
$application = new app\core\ConsoleApplication();
$exitCode = $application->run();
exit($exitCode);
1
https://gitee.com/thatsimple/sc.git
git@gitee.com:thatsimple/sc.git
thatsimple
sc
sc
master

搜索帮助