mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -1,9 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
MAPFILE='tgstation.2.1.3.dmm'
|
||||
MAPFILE='tgstation2.dmm'
|
||||
|
||||
git show HEAD:_maps/map_files/$MAPFILE > tmp.dmm
|
||||
java -jar MapPatcher.jar -clean tmp.dmm '../../_maps/map_files/'$MAPFILE '../../_maps/map_files/'$MAPFILE
|
||||
dos2unix -U '../../_maps/map_files/'$MAPFILE
|
||||
git show HEAD:maps/$MAPFILE > tmp.dmm
|
||||
java -jar MapPatcher.jar -clean tmp.dmm '../../maps/'$MAPFILE '../../maps/'$MAPFILE
|
||||
rm tmp.dmm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user