summaryrefslogtreecommitdiff
path: root/sync.cmd
blob: e6c91750e1882e3426528e19f2173bd53530c199 (plain)
1
2
3
4
@setlocal
@if [%1]==[] set __args=-p
@call %~dp0run.cmd sync %__args% %*
@exit /b %ERRORLEVEL%