mirror of
https://github.com/pret/pokecrystal.git
synced 2026-05-09 04:41:56 -05:00
1 line
150 B
Bash
1 line
150 B
Bash
sed -i 's/\<'$1'\>/'$2'/' $(grep -lwr --include="*.asm" --exclude-dir=".git" --exclude-dir="tools" --exclude-dir="extras" --exclude-dir="crowdmap" $1) |