annotate bin/🌱 @ 12405:d014559a5542 draft

<oerjan> karma+ Hooloovoo
author HackEso <hackeso@esolangs.org>
date Fri, 18 Jun 2021 00:32:10 +0100
parents 999b064a423a
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]})]))"