Files
Polaris/tools/mapmerge/2clean_map.sh
Neerti 68d3406898 Merge pull request #5773 from Neerti/identification_system
Adds Identification System, New Autoinjectors
2018-12-14 21:06:06 -06:00

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