mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
|
|
#!/usr/bin/env php
|
||
|
|
<?php
|
||
|
|
require_once "vendor/autoload.php";
|
||
|
|
(new ZM\ConsoleApplication("zhamao-framework"))->initEnv("server")->run();
|