mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 20:32:11 -05:00
3 lines
191 B
Bash
3 lines
191 B
Bash
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 |