Import of Empire 4.2.12
This commit is contained in:
commit
d8b7fdfae1
817 changed files with 126589 additions and 0 deletions
8
info/ls2html.pl
Normal file
8
info/ls2html.pl
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/local/bin/perl
|
||||
|
||||
printf("<pre>\n");
|
||||
while (<>) {
|
||||
s/([\w\.\-]+)\.html/<a href=\"$1.html\">$1<\/a>/g;
|
||||
print;
|
||||
}
|
||||
printf("</pre>\n");
|
Loading…
Add table
Add a link
Reference in a new issue