annotate bin/🌱 @ 12396:999b064a423a draft

<salpynx> ` cp \xf0\x9f\x8c\xb1 ../bin
author HackEso <hackeso@esolangs.org>
date Thu, 27 May 2021 14:28:50 +0000
parents 0e4d96d1a0c8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12396
999b064a423a <salpynx> ` cp \xf0\x9f\x8c\xb1 ../bin
HackEso <hackeso@esolangs.org>
parents: 12395
diff changeset
1 #!/bin/bash
999b064a423a <salpynx> ` cp \xf0\x9f\x8c\xb1 ../bin
HackEso <hackeso@esolangs.org>
parents: 12395
diff changeset
2 a=(${@// / })
999b064a423a <salpynx> ` cp \xf0\x9f\x8c\xb1 ../bin
HackEso <hackeso@esolangs.org>
parents: 12395
diff changeset
3 python3 -c"import random as r;x=range;r.seed(${a[1]});print(''.join([chr(([*x(32,127), 10])[int(r.random()*96)]) for i in x(${a[0]})]))"