Merge branch 'master' of https://Governor-Tarkin@bitbucket.org/Governor-Tarkin/swg...
[swg-src.git] / tools / unstutter.pl
blobbcfc786a962b5919bb8e8b3f406fa98cceb6bd06
1 #!/usr/bin/perl
3 while (<>)
5 print unless ($_ eq $lastline);
6 $lastline = $_;