From f3de3a20dfccb8a57cdf9feb860bf1e89a733f50 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 22 May 2016 21:02:18 -0400 Subject: Bank11 and 14 misc functions. --- replace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replace.sh') diff --git a/replace.sh b/replace.sh index 49badda1..a4688225 100644 --- a/replace.sh +++ b/replace.sh @@ -1,3 +1,3 @@ -sed -i 's/\<'$1'\>/'$2'/' $(git grep -l $1 -- "*.asm") +sed -i 's/\<'$1'\>/'$2'/' $(grep -lwr --include "*.asm" $1) # $1: phrase to find # $2: phrase to replace $1 \ No newline at end of file -- cgit v1.2.3