1 Star 2 Fork 0

oshine / woo-home

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
murphy 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
oshine 提交于 2023-10-27 10:13 . woo v2.0
#!/usr/bin/env oola
-- Author: LiYanXi
local m = require('task/sys/murphy')
if not m then
_color('warn', 'please run cli at murphy root folder. / 请在Murphy根目录下运行命令')
return
end
local p = package.path
local r = loadstring(_cat('conf.wjson', true))()['before-run']
if r then
require(r:rtrim('.oola'))
end
package.path = p
m.run()
1
https://gitee.com/oshine/woo-home.git
git@gitee.com:oshine/woo-home.git
oshine
woo-home
woo-home
master

搜索帮助