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/^/[/'
@gauravsaha
Copy link

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

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