Files
CHOMPStation2/tools/mapmerge2/I Forgot To Map Merge.bat

8 lines
196 B
Batchfile

@echo off
echo Installing hooks for next time...
call "%~dp0\..\bootstrap\python.bat" -m hooks.install
echo.
echo Fixing things up...
call "%~dp0\..\bootstrap\python.bat" -m mapmerge2.fixup
pause