config-bash/aliases.d/fun
2013-04-24 16:58:31 +02:00

5 lines
142 B
Bash

#!/bin/bash
# Fun
alias matrix='tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=unblock | GREP_COLOR="1;32" grep --color "[^ ]"'