Created
January 25, 2013 14:06
-
-
Save d3zorg/4634694 to your computer and use it in GitHub Desktop.
matrix style treminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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