📝 更新脚本

This commit is contained in:
yadong.zhang 2021-03-29 10:45:07 +08:00
parent 6a36ad6af2
commit 3e4faa75fe

6
ja.sh
View File

@ -15,6 +15,12 @@ case "$1" in
'updv') 'updv')
bin/updVersion.sh $2 bin/updVersion.sh $2
;; ;;
'pd')
bin/push-dev.sh
;;
'p')
bin/push.sh
;;
*) *)
help help
esac esac