Skip to content

Instantly share code, notes, and snippets.

@sylr
Created August 7, 2010 10:34
Show Gist options
  • Save sylr/512666 to your computer and use it in GitHub Desktop.
Save sylr/512666 to your computer and use it in GitHub Desktop.
#!/bin/sh
tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=unblock | GREP_COLOR="1;32" grep --color "[^ ]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment