diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-12 15:14:10 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-12 15:14:10 -0400 |
commit | 1d9ccc96cc25f3540925e4057545bfc6f07a4f21 (patch) | |
tree | d2be3b02faed528aa3ee44cc05caf5f3f042442c /replace.sh | |
parent | 9bf72160086561d0405241bf3a229e60f1e967e2 (diff) |
Label and comment more palette functions
Also fix replace.sh
Diffstat (limited to 'replace.sh')
-rw-r--r-- | replace.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |