1 Star 0 Fork 8

hedden/jap-demo-vue

forked from 符节开源/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hedden/jap-demo-vue.git
git@gitee.com:hedden/jap-demo-vue.git
hedden
jap-demo-vue
jap-demo-vue
master

搜索帮助