annotate bin/genbf @ 12296:042127c1c142 draft

<fizzie> ` rm /hackenv/bin/bfi; ln -s /hackenv/lib/kps/bfi /hackenv/bin/bfi # no need for actual copies that you can forget to delete though
author HackEso <hackeso@esolangs.org>
date Sat, 04 Jan 2020 13:28:36 +0000
parents e357f21af6f2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6826
e357f21af6f2 <izabera> ` echo \'tr -dc "AB,.<>+-"</dev/urandom|fold -w"${1-50}"|sed -n ":a;s/A\\([^B]*\\)B/[\\1]/;ta;/[AB]/b;p;q"\' > bin/genbf; chmod +x bin/genbf
HackBot
parents:
diff changeset
1 tr -dc "AB,.<>+-"</dev/urandom|fold -w"${1-50}"|sed -n ":a;s/A\([^B]*\)B/[\1]/;ta;/[AB]/b;p;q"