Rule 30 by yamaya

s=_00`tr \ # 01`
for((;++i<${#s};));{ echo -ne \\04$[(2#${s:i:3}+3)%8/4*3];}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page