diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-04 00:46:40 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-04 00:46:40 +0000 |
commit | 4208a8936840298b00e6930fb0501db27a5cde0f (patch) | |
tree | 662a5e7ce5569249b63c9f4925ba4f75b4c44575 /tools/scripts/replace.sh | |
parent | 5509a84e0d1a2732a429120e0bd26b83e119481f (diff) | |
parent | a671b0c01821d46d9f783393b887d7987ec10161 (diff) | |
download | doc-4208a8936840298b00e6930fb0501db27a5cde0f.tar.gz |
Merge branch 'r-0.3.0' into develop
Diffstat (limited to 'tools/scripts/replace.sh')
-rwxr-xr-x[-rw-r--r--] | tools/scripts/replace.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scripts/replace.sh b/tools/scripts/replace.sh index 8e393f0..e925e7d 100644..100755 --- a/tools/scripts/replace.sh +++ b/tools/scripts/replace.sh @@ -1,5 +1,6 @@ #!/bin/sh +# find and replace string on files folder=$1 oldstring=$2 newstring=$3 |