home
/
code
/
khome.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Update xlaunch setxkbmap
[khome.git]
/
home
/
bin
/
randline
Commit
Line
Data
d061650f
SK
1
#! /usr/bin/awk -f
2
3
BEGIN {srand()}
4
5
{lines[n++] = $0}
6
7
END {print lines[int(n * rand())]}
This page took
0.039206 seconds
and
4
git commands to generate.