repo.or.cz
/
guilt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added usage strings to all commands
[guilt.git]
/
guilt-next
blob
981d1aeaa5b3a8fb613f7806793ad980dd176a2a
1
#!/bin/bash
2
#
3
# Copyright (c) Josef "Jeff" Sipek, 2006, 2007
4
#
5
6
source
"`dirname
$0
`/guilt"
7
8
USAGE
=
""
9
10
n
=
`wc -l <
$applied
`
11
n
=
`expr
$n
+ 1`
12
13
get_series |
awk
"{ if (NR ==
$n
) print \
$0
}"
14