2 Star 16 Fork 8

符节开源 / jap-demo-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jap.sh 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
yadong.zhang 提交于 2021-03-03 17:30 . :tada:Initial commit.
#!/bin/bash
# 参考自 hutool 工具
help(){
echo "--------------------------------------------------------------------------"
echo ""
echo "usage: ./jap.sh p"
echo ""
echo "-p git push."
echo ""
echo "--------------------------------------------------------------------------"
}
case "$1" in
'p')
bin/push.sh
;;
*)
help
esac
Java
1
https://gitee.com/fujieid/jap-demo-vue.git
git@gitee.com:fujieid/jap-demo-vue.git
fujieid
jap-demo-vue
jap-demo-vue
master

搜索帮助