Skip to content

Instantly share code, notes, and snippets.

@ahhh
Forked from vitapluvia/@@.sh
Last active February 9, 2017 15:02
Show Gist options
  • Save ahhh/9321719 to your computer and use it in GitHub Desktop.
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.
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/^/[/'
@ahhh
Copy link
Author

ahhh commented Mar 3, 2014

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.

@vitapluvia
Copy link

Nicely Done! 😄

@gauravsaha
Copy link

adding --> | tr '\n' ','

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment