Blame | Last modification | View Log | RSS feed
@echo offREM Update all the hooksfor /D %%R in ( e:\Repositories\* ) do call :UpdateOne %%Rgoto end:UpdateOneif not exist %1\hooks\specialhooks goto UpdateOne.1echo *Skipping %1goto end:UpdateOne.1echo Updating %1copy e:\Repositories\*.cmd %1\hooks >nul:end