RetroZilla/embedding/config/gre.pl
2015-10-20 23:03:22 -04:00

11 lines
89 B
Perl

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