gecko-dev/embedding/config/gre.pl
2002-06-18 21:37:05 +00:00

11 lines
89 B
Perl

#!/usr/bin/perl
#
# mre.pl
#
while (<STDIN>) {
s/\[Embed\]/\[$ARGV[0]\]/;
print;
}