Skip to content
Snippets Groups Projects
Commit 268844c2 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

final push

parent 87bc53c5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Usage: ./prepare.sh 100
# Usage: ./prepare.sh 10000
# Usage: ./prepare.sh 999999999999
NODE_MAX="$1"
[[ $NODE_MAX = "" ]] && NODE_MAX=999999999
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment