mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 15:51:19 +00:00
4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/bash -e
|
|
echo "$1 -> $2"
|
|
find . -type f -name '*.s' | xargs sed -i "s/$1/$2/g"
|