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
/
unstutter.pl
blob
bcfc786a962b5919bb8e8b3f406fa98cceb6bd06
1
#!/usr/bin/perl
2
3
while
(<>)
4
{
5
print
unless
(
$_
eq
$lastline
);
6
$lastline
=
$_
;
7
}