`run.sh` prints several iterations of rule 110 by running `rule110.sed`
in a loop. Additionally it formats the output to use ' ' for 0 and '#'
for space.
`rule110.sed` is an executable sed script that calculates the next
iteration of rule 110 cellular automaton. E.g. `./rule110.sed <<<0001`
outputs `0011`.