repo.or.cz
/
swg-src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://Governor-Tarkin@bitbucket.org/Governor-Tarkin/swg...
[swg-src.git]
/
tools
/
stripChangeType.pl
blob
a01865ce52a89874bcc97ac026fa5e1dd0517b70
1
#!/bin/perl
2
3
while
(<>)
4
{
5
if
(
s/ - \S+ \S+ \d+ \(\S+\)$//
==
0
)
6
{
7
die
"bad string: "
.
$_
;
8
}
9
10
print
;
11
}