1 Star 0 Fork 0

falcon / openresty-testing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
watch.sh 341 Bytes
一键复制 编辑 原始数据 按行查看 历史
v2osc 提交于 2021-04-12 18:34 . init project
#!/usr/bin/env bash
basepath=$(cd `dirname $0`; pwd)
nginx -p $basepath 2>/dev/null
cd $basepath
nodemon="./node_modules/nodemon/bin/nodemon.js"
$nodemon -e conf,sh --exec "nginx -s reload -p" $basepath --watch ./conf >./nodemon.log
#$nodemon --exec "/usr/bin/env bash" ./git-pull.sh --watch ./history/pull.lock >./history/nodemon.log 2>&1
1
https://gitee.com/falcon/openresty-testing.git
git@gitee.com:falcon/openresty-testing.git
falcon
openresty-testing
openresty-testing
master

搜索帮助