From c5b2436daadbae47d6251052d62436afbaa91158 Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Sun, 18 Nov 2018 19:24:53 -0500 Subject: Rename spritestatedata structs. --- replace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'replace.sh') diff --git a/replace.sh b/replace.sh index a4688225..fe0e1ffb 100644 --- a/replace.sh +++ b/replace.sh @@ -1,3 +1,3 @@ -sed -i 's/\<'$1'\>/'$2'/' $(grep -lwr --include "*.asm" $1) +sed -i 's/\<'$1'\>/'$2'/' $(grep -lwr --include "*.asm" --exclude-dir=".git" --exclude-dir="extras" --exclude-dir="pic" --exclude-dir="gfx" $1) # $1: phrase to find # $2: phrase to replace $1 \ No newline at end of file -- cgit v1.3.1-sl0p