GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added some hexadecimal display capabilities to aclox ascii clock
[mirrors/Programs.git]
/
misc
/
gbook
/
rand.sh
1
#!/bin/bash
2
3
getline
() {
4
head
-n
"
$1
"
|
tail
-n
1
;
5
}
6
7
randline
() {
8
while
read
line
;
do
echo
$
((
len
+=
1
)) >/
dev
/
null
;
echo
"
$line
"
;
done
;
9
echo
"$(( (
$RANDOM
%
$len
) + 1 ))"
>&
2
;
10
}
11
12
13
ls
| randline
This page took
0.6929 seconds
and
4
git commands to generate.