Skip to content

Instantly share code, notes, and snippets.

@KartikTalwar
Created March 22, 2012 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KartikTalwar/2155026 to your computer and use it in GitHub Desktop.
Save KartikTalwar/2155026 to your computer and use it in GitHub Desktop.
The Matrix
alias matrix='echo -ne "\e[32m" ; while true ; do echo -ne "\e[$(($RANDOM % 2 + 1))m" ; tr -c "[:print:]" " " < /dev/urandom | dd count=1 bs=50 2> /dev/null ; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment