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
Makefile update & cleanup
[guilt.git]
/
guilt-next
blob
a74cc2f30255cec2f2ed3b79269750eaf89c6b92
1
#!/bin/bash
2
#
3
# Copyright (c) Josef "Jeff" Sipek, 2006, 2007
4
#
5
6
source
"`dirname
$0
`/guilt"
7
8
if
[
$#
-ne
0
];
then
9
print_usage
10
exit
1
11
fi
12
13
n
=
`wc -l <
$applied
`
14
n
=
`expr
$n
+ 1`
15
16
get_series |
awk
"{ if (NR ==
$n
) print \
$0
}"
17