Skip to content

Instantly share code, notes, and snippets.

@vitapluvia
Created February 27, 2014 15:56
Show Gist options
  • Save vitapluvia/9252880 to your computer and use it in GitHub Desktop.
Save vitapluvia/9252880 to your computer and use it in GitHub Desktop.
@@ /dev/urandom Art Fun
cat /dev/urandom | xxd -b | cut -c 10-60 | sed 's/\(.*\)/\1\1/g' | sed 's/ //g' | sed 's/1/_/g; s/0/./g' | sed 's/._/@@/g' | sed 's/@@@/___/g' | sed 's/$/|/g; s/^/\t|/g' | grep -i "\.@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment