107 Star 958 Fork 370

深圳行云创新科技有限公司 / pageplug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ci-debug.sh 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
翟思丰 提交于 2023-07-05 16:13 . feature:合并v1.9.13
#!/bin/bash
cd ~
if [ ! -f "ngrok-v3-stable-linux-amd64.tgz" ]; then
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz
gunzip ngrok-v3-stable-linux-amd64.tgz
tar -xvf ngrok-v3-stable-linux-amd64.tar
else
echo "Starting ngrok"
fi
if [ -z "$1" ]; then
read -p "Please enter ngrok token: " value
else
value="$1"
fi
./ngrok config add-authtoken $value
./ngrok http 80
1
https://gitee.com/cloudtogo/pageplug.git
git@gitee.com:cloudtogo/pageplug.git
cloudtogo
pageplug
pageplug
open-v1.9.35

搜索帮助