Skip to content

Commit 2bb1a01

Browse files
author
王正东
committed
新增ecjia命令行工具
1 parent 84f7453 commit 2bb1a01

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ecjia

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env php
2+
<?php
3+
4+
define('IN_ECJIA', true);
5+
define('NO_CHECK_INSTALL', true);
6+
7+
// 站点根目录
8+
define('SITE_ROOT', dirname(__FILE__) . DIRECTORY_SEPARATOR);
9+
10+
require SITE_ROOT . 'content/bootstrap/console.php';

0 commit comments

Comments
 (0)