Skip to content

Commit

Permalink
新增ecjia命令行工具
Browse files Browse the repository at this point in the history
  • Loading branch information
王正东 committed Aug 22, 2019
1 parent 84f7453 commit 2bb1a01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ecjia
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env php
<?php

define('IN_ECJIA', true);
define('NO_CHECK_INSTALL', true);

// 站点根目录
define('SITE_ROOT', dirname(__FILE__) . DIRECTORY_SEPARATOR);

require SITE_ROOT . 'content/bootstrap/console.php';

0 comments on commit 2bb1a01

Please sign in to comment.