File: replace_rrfw.sh

package info (click to toggle)
torrus 2.03-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,464 kB
  • sloc: perl: 31,831; xml: 19,638; sh: 3,694; makefile: 697
file content (8 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!/bin/sh

# replace all ocurrences of RRFW and rrfw to Torrus and torrus

IN=$1
sed -e 's/RRFW/Torrus/g' -e 's/rrfw/torrus/g' $IN >/tmp/$$
mv /tmp/$$ $IN