This commit is contained in:
saarsena@gmail.com 2026-04-16 21:04:50 -04:00
commit e45f121fb9
89 changed files with 336069 additions and 0 deletions

8
bin/f.fish Executable file
View 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