mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 04:05:56 +01:00
68d3406898
Adds Identification System, New Autoinjectors
5 lines
109 B
Bash
Executable File
5 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
for f in ../../maps/southern_cross/*.dmm;
|
|
do java -jar MapPatcher.jar -clean $f.backup $f $f;
|
|
done
|