From abc2509e9205306305a9d098abaaaaf351274de0 Mon Sep 17 00:00:00 2001 From: Manuel Amago Date: Sun, 23 Nov 2014 12:26:33 +0000 Subject: Initial commit --- bin/fun.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/fun.sh (limited to 'bin/fun.sh') diff --git a/bin/fun.sh b/bin/fun.sh new file mode 100644 index 0000000..3db38f2 --- /dev/null +++ b/bin/fun.sh @@ -0,0 +1,5 @@ +# +# Fun +# +alias rmatrix='echo -ne "\e[31m" ; while true ; do echo -ne "\e[$(($RANDOM % 2 + 1))m" ; tr -c "[:print:]" " " < /dev/urandom | dd count=1 bs=50 2> /dev/null ; done' +alias gmatrix='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' \ No newline at end of file -- cgit v1.2.1