1 Star 0 Fork 0

codes_test/java-tutorial

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.sh 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
turnon 提交于 2019-10-11 18:23 +08:00 . format codes
#!/usr/bin/env bash
#################################################################################
# javatool-server 项目初始化脚本
# 执行本脚本后,会将 JavaStack 下载到 /home/zp/source/JavaStack 目录下。
# 环境中必须安装了 git
#################################################################################
rm -rf /home/temp
rm -rf /home/zp/source/JavaStack
mkdir -p /home/temp
cd /home/temp
wget https://raw.githubusercontent.com/dunwu/JavaStack/master/scripts/git-clone.sh
chmod 777 git-clone.sh
./git-clone.sh JavaStack master
chmod 777 -R /home/zp/source/JavaStack
rm -rf /home/temp
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codes_test/java-tutorial.git
git@gitee.com:codes_test/java-tutorial.git
codes_test
java-tutorial
java-tutorial
master

搜索帮助