mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 18:33:30 +00:00
add version header
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@428 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
# $Id$
|
||||
|
||||
open(IN, "<", $ARGV[0]);
|
||||
while(my $l = <IN>){
|
||||
$l =~ s/\r?\n$//g;
|
||||
$l =~ s/%([^ ]+)/@\1/g;
|
||||
if(!($l =~ /\@prop /)){
|
||||
print("$l\n");
|
||||
}
|
||||
while (my $l = <IN>) {
|
||||
$l =~ s/\r?\n$//g;
|
||||
$l =~ s/%([^ ]+)/@\1/g;
|
||||
if (!($l =~ /\@prop /)) {
|
||||
print("$l\n");
|
||||
}
|
||||
}
|
||||
close(IN);
|
||||
|
||||
Reference in New Issue
Block a user