gecko/embedding/config/gre.pl

11 lines
89 B
Perl

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