1 Star 0 Fork 3.1K

木林森/JustAuth

forked from yadong.zhang/JustAuth 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
ja.sh 540 Bytes
Copy Edit Raw Blame History
yadong.zhang authored 2021-08-15 22:52 . :alien:增加 codechina
#!/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
;;
'ppd')
bin/pull-dev.sh
;;
'pd')
bin/push-dev.sh
;;
'p')
bin/push.sh
;;
'd')
bin/deploy.sh
;;
*)
help
esac
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mls-68671649/JustAuth.git
git@gitee.com:mls-68671649/JustAuth.git
mls-68671649
JustAuth
JustAuth
master

Search