mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-23 06:29:31 +00:00
3 lines
No EOL
57 B
Bash
3 lines
No EOL
57 B
Bash
for i in *.toml ; do
|
|
mv -v $i ${i%.toml}.pw.toml
|
|
done |