mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
8 lines
170 B
Bash
8 lines
170 B
Bash
#!/bin/sh
|
|
|
|
MAPFILE='tgstation2.dmm'
|
|
|
|
git show HEAD:maps/$MAPFILE > tmp.dmm
|
|
java -jar MapPatcher.jar -clean tmp.dmm '../../maps/'$MAPFILE '../../maps/'$MAPFILE
|
|
rm tmp.dmm
|