2 Star 3 Fork 0

HowToDoIt-Act / HelloWorld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_prod 168 Bytes
一键复制 编辑 原始数据 按行查看 历史
greenlaw110 提交于 2018-07-02 21:42 . first version
#!/bin/sh
if [ ! -f target/dist/start ]; then
echo building ...
mvn -q clean package
cd target/dist
tar xzf *.tar.gz
else
cd target/dist
fi
./run $*
Java
1
https://gitee.com/how-to-do-it-in-act/hello-world.git
git@gitee.com:how-to-do-it-in-act/hello-world.git
how-to-do-it-in-act
hello-world
HelloWorld
master

搜索帮助