diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:30:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:30:47 -0300 |
commit | cab0cf80f75d890b908c4526c9c83abd1e9017c1 (patch) | |
tree | 6bdcd738f5f9fefa8f28a7d08ada2a2249fa4c05 /build | |
parent | b47e02f1e70a1f303bee370110448d92bc0a3684 (diff) | |
download | mv-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.gz mv-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.bz2 mv-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.xz mv-cab0cf80f75d890b908c4526c9c83abd1e9017c1.zip |
Initial attempt at mass renaming
Diffstat (limited to 'build')
-rwxr-xr-x | build/update-creator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update-creator.sh b/build/update-creator.sh index f3fc9e28c..37e8af733 100755 --- a/build/update-creator.sh +++ b/build/update-creator.sh @@ -8,4 +8,4 @@ find -name \*.cpp \ -o -name \*.txt \ -o -name \*.xml \ -o -name \*.manaplus \ - | sort > manaplus.files + | sort > manaverse.files |