repo.or.cz
/
gpstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gpsfold: Remove $Id$ at EOF.
[gpstools.git]
/
branches
/
gpst.gpsman-format
/
tests
/
unify.pl
blob
c3180f2e8eb7fcc07c2ee5e6515d9b93c0665024
1
#!/usr/bin/perl -w
2
3
# $Id$
4
5
while
(<>) {
6
s/^((not )?ok)( \d+ )- /$1 - /
;
7
print
;
8
}