Skip to content

Commit

Permalink
新增批量生成钱包shell
Browse files Browse the repository at this point in the history
  • Loading branch information
方辉 committed Apr 13, 2024
1 parent 1430692 commit b8bfbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sh/batch_wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ if [ -z "$3" ]; then
exit 1
fi

mkdir -p $3/tmp

# 循环执行脚本指定次数
for ((i=$1; i<=$1+$2; i++)); do
Expand Down

0 comments on commit b8bfbc8

Please sign in to comment.