mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-26 13:23:04 -04:00
7e0a4968b3
Also replace dummy sprites and fix replace.sh to only parse .asm files
3 lines
102 B
Bash
3 lines
102 B
Bash
sed -i 's/\<'$1'\>/'$2'/' $(git grep -l $1 -- "*.asm")
|
|
# $1: phrase to find
|
|
# $2: phrase to replace $1 |