annotate bin/🌱 @ 12500:e48c08805365 draft default tip

<b_jonas> ` learn \'The password of the month is Cthulhuquagdonic Mothraquagdonic Narwhalicorn.\' # https://logs.esolangs.org/libera-esolangs/2024-04.html#lKE Infinite craft
author HackEso <hackeso@esolangs.org>
date Wed, 01 May 2024 06:39:10 +0000
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]})]))"