Files
GS13NG/tools/mapmerge2/I Forgot To Map Merge.bat
T

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