Chromium Code Reviews| Index: test/win/command-quote/go.bat |
| diff --git a/test/win/command-quote/go.bat b/test/win/command-quote/go.bat |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dc3508f9a9e06213bd57398a54ded7a7650a39b5 |
| --- /dev/null |
| +++ b/test/win/command-quote/go.bat |
| @@ -0,0 +1,7 @@ |
| +@echo off |
| + |
| +:: Copyright (c) 2012 Google Inc. All rights reserved. |
| +:: Use of this source code is governed by a BSD-style license that can be |
| +:: found in the LICENSE file. |
| + |
| +copy %1 %2 |