-
-
Save ahhh/9321719 to your computer and use it in GitHub Desktop.
This ascii flow art is called "Brick Wall", My first major change to the flow art series.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /dev/urandom | xxd -b | cut -c 10-60 | sed 's/\(.*\)/\1\1/g' | sed 's/ //g' | sed 's/1/_/g' | sed 's/0/]/g' | sed 's/]]/[/g' | cut -c 10-60 | sed '/_/ s/$/]/' | sed '/_/ s/^/[/' |
Nicely Done! 😄
adding --> | tr '\n' ','
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I really like the three major shapes in this one, and how they create the random boxes. The final cut and caps on both the beginning and end were the final touches with this one.