annotate bin/🌱 @ 12395:0e4d96d1a0c8 draft

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