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