Skip to content

Instantly share code, notes, and snippets.

@tedheich
Created November 13, 2009 00:48
Show Gist options
  • Save tedheich/233471 to your computer and use it in GitHub Desktop.
Save tedheich/233471 to your computer and use it in GitHub Desktop.
Matrix screen saver on the shell
# tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=lcase,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