This website requires JavaScript.
Explore
Help
Sign In
MapBase
/
source-sdk-2013-mapbase
Watch
1
Star
0
Fork
0
You've already forked source-sdk-2013-mapbase
mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced
2025-02-20 18:51:08 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
source-sdk-2013-mapbase
/
mp
/
src
/
devtools
/
bin
/
uniqifylist.pl
7 lines
104 B
Perl
Raw
Normal View
History
Unescape
Escape
Fix line endings. WHAMMY.
2013-12-02 19:31:46 -08:00
foreach
$
_
(
sort
<
>
)
{
next
if
(
defined
(
$
prevline
)
&&
$
_
eq
$
prevline
)
;
$
prevline
=
$
_
;
print
;
}
Reference in New Issue
Copy Permalink