summaryrefslogtreecommitdiff
path: root/replace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'replace.sh')
-rw-r--r--replace.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/replace.sh b/replace.sh
index 8de735f9..bc9e2296 100644
--- a/replace.sh
+++ b/replace.sh
@@ -1 +1,3 @@
-sed -i 's/\<wdef4\>/wLastOBP1/' $(git grep -l wdef4) \ No newline at end of file
+sed -i 's/\<foo\>/bar/' $(git grep -l foo)
+# foo: phrase to find
+# bar: phrase to replace foo \ No newline at end of file