Merge branch 'master' of https://Governor-Tarkin@bitbucket.org/Governor-Tarkin/swg...
[swg-src.git] / tools / stripChangeType.pl
bloba01865ce52a89874bcc97ac026fa5e1dd0517b70
1 #!/bin/perl
3 while (<>)
5 if (s/ - \S+ \S+ \d+ \(\S+\)$// == 0)
7 die "bad string: " . $_;
10 print;