mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-05 13:50:08 +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
|