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