home
/
code
/
khome.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Concentrate tmux status info where it's more visually useful
[khome.git]
/
home
/
bin
/
randline
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.070368 seconds
and
4
git commands to generate.