1 Star 0 Fork 2.9K

root / JustAuth

forked from yadong.zhang / JustAuth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ja.sh 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# 参考自 hutool 工具
help(){
echo "--------------------------------------------------------------------------"
echo ""
echo "usage: ./ja.sh [updv]"
echo ""
echo "-updv [version num] Update all justauth related versions."
echo ""
echo "--------------------------------------------------------------------------"
}
case "$1" in
'updv')
bin/updVersion.sh $2
;;
*)
help
esac
Java
1
https://gitee.com/wjbjwang/JustAuth.git
git@gitee.com:wjbjwang/JustAuth.git
wjbjwang
JustAuth
JustAuth
master

搜索帮助