repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Adding a unit test for the AppendExtensionIfNeeded part
[chromium-blink-merge.git]
/
rlz
/
copy_files.bat
blob
ebc5382531e9df0a323944be046263c21b2cf159
1
:: Batch file run to copy rlz binaries
2
@echo off
3
4
setlocal
5
6
set InputPath=%~1
7
set OutDir=%~2
8
9
if exist "%InputPath%" xcopy /R /C /Y "%InputPath%" "%OutDir%"