mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
7 lines
233 B
Batchfile
7 lines
233 B
Batchfile
@echo off
|
|
set tab=
|
|
echo. >> ../../.git/config
|
|
echo [merge "merge-dmi"] >> ../../.git/config
|
|
echo %tab%name = iconfile merge driver >> ../../.git/config
|
|
echo %tab%driver = ./tools/dmitool/dmimerge.sh %%O %%A %%B >> ../../.git/config
|