1 Star 0 Fork 1

liqf / grpc.io

forked from mirrors_grpc / grpc.io 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
check_hugo.sh 260 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
command -v hugo >/dev/null || (echo "Hugo extended must be installed on your system." >/dev/stderr; exit 1)
hugo version | grep -i extended >/dev/null || (echo "Your Hugo installation does not appear to be extended." >/dev/stderr; exit 1)
1
https://gitee.com/fygit/grpc.io.git
git@gitee.com:fygit/grpc.io.git
fygit
grpc.io
grpc.io
master

搜索帮助