Show
Ignore:
Timestamp:
01/10/12 17:47:21 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

Zvýrazňování syntaxe #12 / pre: odsazení (tabulátor) bude 4 znaky (dříve 8).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vstup/matrixový-spořič.sh

    r43 r83  
    33 
    44case "$1" in 
    5     start) 
    6         echo -e "\033[22;32m"; 
    7         cat /dev/urandom | hexdump; 
     5        start) 
     6                echo -e "\033[22;32m"; 
     7                cat /dev/urandom | hexdump; 
    88;; 
    9     stop) 
    10         echo -e "\033[0m"; 
     9        stop) 
     10                echo -e "\033[0m"; 
    1111;; 
    12     *) 
    13         $0 start; 
     12        *) 
     13                $0 start; 
    1414;; 
    1515esac