209 Star 907 Fork 369

RockYang / blockj

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
miner 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
RockYang 提交于 2022-05-15 11:35 . change project name to blockj
#!/bin/bash
#set -x
repo=""
for arg in `echo $*|awk '{print $0}'`
do
if [[ $arg == --repo* ]];
then
repo=`echo $arg|awk -F '=' '{print $2}'`
fi
done
if [[ -z $repo ]]; then
echo "must pass --repo arg"
exit 1
fi
java -jar ./blockj-miner/target/blockj-miner-2.0.0.jar --spring.config.location=file:$repo/node.properties $*
Java
1
https://gitee.com/blackfox/blockj.git
git@gitee.com:blackfox/blockj.git
blackfox
blockj
blockj
master

搜索帮助