File: replace_rrfw.sh

package info (click to toggle)
torrus 2.08-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 4,504 kB
  • ctags: 876
  • sloc: perl: 33,418; xml: 20,146; sh: 3,655; makefile: 700
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