root/vstup/matrixový-spořič.sh
@
70:032c62852ef1
Revision 43:4a4364826e59, 206 bytes (checked in by František Kučera <franta-hg@…>, 13 years ago) |
---|
Line | |
---|---|
1 | #!/bin/bash |
2 | # Matrixový spořič :-) |
3 | |
4 | case "$1" in |
5 | start) |
6 | echo -e "\033[22;32m"; |
7 | cat /dev/urandom | hexdump; |
8 | ;; |
9 | stop) |
10 | echo -e "\033[0m"; |
11 | ;; |
12 | *) |
13 | $0 start; |
14 | ;; |
15 | esac |
Note: See TracBrowser
for help on using the browser.