1 Star 0 Fork 0

Single_zh/AgentGPT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
wait-for-db.sh 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env sh
host="$1"
port="$2"
until echo "SELECT 1;" | nc "$host" "$port" > /dev/null 2>&1; do
>&2 echo "Database is unavailable - Sleeping..."
sleep 2
done
>&2 echo "Database is available! Continuing..."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/single_zh/AgentGPT.git
git@gitee.com:single_zh/AgentGPT.git
single_zh
AgentGPT
AgentGPT
1002-update-the-hero-section-title-and-add-gradient

搜索帮助