1 Star 0 Fork 344

深圳东升信息技术有限公司 / jap

forked from 符节开源 / jap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jap.sh 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
yadong.zhang 提交于 2021-01-27 17:10 . :memo:Update the jap.sh
#!/bin/bash
# 参考自 hutool 工具
help(){
echo "--------------------------------------------------------------------------"
echo ""
echo "usage: ./jap.sh [updv]"
echo ""
echo "-updv [version num] Update all jap related versions."
echo ""
echo "--------------------------------------------------------------------------"
}
case "$1" in
'updv')
docs/bin/updVersion.sh $2
;;
'pd')
docs/bin/push-dev.sh
;;
'p')
docs/bin/push.sh
;;
*)
help
esac
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yanliebing_556/jap.git
git@gitee.com:yanliebing_556/jap.git
yanliebing_556
jap
jap
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891