view 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
line wrap: on
line source

#!/bin/bash
a=(${@// / })
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]})]))"