mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
12 lines
294 B
Bash
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 "---"
|