mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-09-21 05:09:35 +00:00
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"
|