mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +00:00
7 lines
81 B
Bash
Executable File
7 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
cd ../../maps/southern_cross
|
|
|
|
for f in *.dmm;
|
|
do cp $f $f.backup;
|
|
done
|