summaryrefslogtreecommitdiff
path: root/replace.sh
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 15:14:10 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-10-12 15:14:10 -0400
commit1d9ccc96cc25f3540925e4057545bfc6f07a4f21 (patch)
treed2be3b02faed528aa3ee44cc05caf5f3f042442c /replace.sh
parent9bf72160086561d0405241bf3a229e60f1e967e2 (diff)
Label and comment more palette functions
Also fix replace.sh
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