summaryrefslogtreecommitdiff
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