mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-16 00:59:13 +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"
|