pokeyellow/replace.sh
luckytyphlosion 1d9ccc96cc Label and comment more palette functions
Also fix replace.sh
2015-10-12 15:14:10 -04:00

3 lines
93 B
Bash

sed -i 's/\<foo\>/bar/' $(git grep -l foo)
# foo: phrase to find
# bar: phrase to replace foo