Watch the Matrix in a Bash Shell

cottonwolf

Regular Member
Joined
Jan 20, 2015
Messages
469
Reaction score
242
Log into your shell on your linux machine(it doesn't work with sh, needs bash)(don't know if it works on Mac) and paste the following(it works on cygwin 64b for me, too):

NOTE: It increases load average and if you're on a tight vps provider, they might suspend you for long usage! But f* it, it's worth it!

Code:
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

Do you see the spoon for what it is?

There is no spoon!

source: a different forum.
 
type in "do a barrel roll" into google, thats more interesting.

And even then, its not interesting
 
Mona-Lisa-Matrix-Glasses--30130.jpg
 
Pretty cool IMHO...
 
Back
Top