init
This commit is contained in:
commit
e45f121fb9
89 changed files with 336069 additions and 0 deletions
8
bin/f.fish
Executable file
8
bin/f.fish
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
for i in (seq 1 9999)
|
||||
echo "```" >>out.md
|
||||
./genesis --seed $i 2&>>out.md
|
||||
echo "```" >>out.md
|
||||
echo "" >>out.md
|
||||
end
|
||||
329967
bin/out.md
Normal file
329967
bin/out.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue