rename mods to pw.toml forma

This commit is contained in:
Merith 2022-09-06 20:25:56 +00:00
parent 92160ca287
commit ef583ecb97
58 changed files with 64 additions and 57 deletions

View file

@ -0,0 +1,3 @@
for i in *.toml ; do
mv -v $i ${i%.toml}.pw.toml
done