Skip to content

Instantly share code, notes, and snippets.

@d3zorg
Created January 25, 2013 14:06
Show Gist options
  • Save d3zorg/4634694 to your computer and use it in GitHub Desktop.
Save d3zorg/4634694 to your computer and use it in GitHub Desktop.
matrix style treminal
#!/bin/bash
# сhange the bs=value to speed up and increase the sizes of the bold and non-bold strings.
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