diff options
| -rwxr-xr-x | scripts/replace.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/replace.sh b/scripts/replace.sh index c6f9d4c..3520624 100755 --- a/scripts/replace.sh +++ b/scripts/replace.sh @@ -1,6 +1,3 @@ #!/bin/sh -sed "s/$2/$3/g" $1 > temp -mv -f temp $1 - - +exec sed -i "s/$2/$3/g" $1 |
