Adding a unit test for the AppendExtensionIfNeeded part
[chromium-blink-merge.git] / rlz / copy_files.bat
blobebc5382531e9df0a323944be046263c21b2cf159
1 :: Batch file run to copy rlz binaries
2 @echo off
4 setlocal
6 set InputPath=%~1
7 set OutDir=%~2
9 if exist "%InputPath%" xcopy /R /C /Y "%InputPath%" "%OutDir%"