repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove UTF8 BOM marker from last commit.
[wine-gecko.git]
/
embedding
/
config
/
gre.pl
blob
40e7d7d60b51fd1f719b03bd5f60c6f2148a5f22
1
#!/usr/bin/perl
2
3
#
4
# gre.pl
5
#
6
7
while
(<
STDIN
>) {
8
s/\[Embed\]/\[$ARGV[0]\]/
;
9
print
;
10
}