summaryrefslogtreecommitdiff
path: root/bin/fun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fun.sh')
-rw-r--r--bin/fun.sh5
1 files changed, 5 insertions, 0 deletions
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