index
:
xerl
develop
hosts
main
Xerl is an open source website template engine (TE) with some features of a Content Management System (CMS) programmed in object oriented Perl (boosted by FastCGI) and using XML.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
replace.sh
blob: c6f9d4c79d0c2c54480d8734ae3c4117f5b8a470 (
plain
)
1
2
3
4
5
6
#!/bin/sh sed "s/$2/$3/g" $1 > temp mv -f temp $1