mirror of https://github.com/PrimeDecomp/prime.git
3 lines
70 B
Bash
3 lines
70 B
Bash
|
echo "$1 -> $2"
|
||
|
find . -type f -name '*.s' | xargs sed -i "s/$1/$2/g"
|