Files
Aurora.3/tools/mapmerge2/PrepareMaps-Templates.sh
2020-01-27 21:51:49 +01:00

12 lines
294 B
Bash

cd ../../maps/templates
for f in *.dmm; do
cp -- "$f" "${f%.dmm}.dmm.backup"
done
echo "All dmm files in the maps/templates directory have been backed up."
echo "Now you can make your changes."
echo "---"
echo "Remember to run mapmerge.sh just before you commit your changes!"
echo "---"