mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
6 lines
108 B
Batchfile
6 lines
108 B
Batchfile
|
if "%1"=="/copy" (
|
||
|
py tools/windows/build_test.py --copy True
|
||
|
) else (
|
||
|
py tools/windows/build_test.py
|
||
|
)
|