Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sync.cmd - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6c91750e1882e3426528e19f2173bd53530c199 (plain)
1
2
3
4
@setlocal
@if [%1]==[] set __args=-p
@call %~dp0run.cmd sync %__args% %*
@exit /b %ERRORLEVEL%