4 Star 0 Fork 2

Apollo_Rescue / Apollo_Rescue2017

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
compile.sh 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
cd `dirname $0`
rm -rf build
mkdir build
PWD=`pwd`
CP=`find $PWD/library/ -name '*.jar' ! -name '*-sources.jar' | awk -F '\n' -v ORS=':' '{print}'`
cd src
javac -encoding UTF-8 -classpath "${CP}." -d ../build/ `find ./ -name '*.java'` && echo Done. || echo Failed.
Java
1
https://gitee.com/rescue/Apollo_Rescue2017.git
git@gitee.com:rescue/Apollo_Rescue2017.git
rescue
Apollo_Rescue2017
Apollo_Rescue2017
master

搜索帮助