Changeset 40:487f13126b62 for vstup/zdrojáky.xml
- Timestamp:
- 12/31/11 17:52:21 (13 years ago)
- Branch:
- default
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
vstup/zdrojáky.xml
r31 r40 54 54 <h2>BASH</h2> 55 55 56 <m:pre jazyk="bash">#!/bin/bash 57 # Matrixový spořič :-) 58 59 case "$1" in 60 start) 61 echo -e "\033[22;32m"; 62 cat /dev/urandom | hexdump; 63 ;; 64 stop) 65 echo -e "\033[0m"; 66 ;; 67 *) 68 $0 start; 69 ;; 70 esac</m:pre> 56 <m:pre jazyk="bash" src="matrixový-spořič.sh"/> 71 57 72 58 <h2>Chyby</h2>