1 Star 1 Fork 0

摆渡村村长 / images-bed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make.sh 154 Bytes
一键复制 编辑 原始数据 按行查看 历史
摆渡村村长 提交于 2021-09-26 23:20 . 修复make
#!/bin/sh
go build -o bin/images-fs app.go
# shellcheck disable=SC2181
if [ "$?" = "0" ]; then
echo "build success!"
else
echo "build failed!"
fi
1
https://gitee.com/burybell/images-bed.git
git@gitee.com:burybell/images-bed.git
burybell
images-bed
images-bed
master

搜索帮助