update_bucket.bat 443 B

12345678910
  1. @echo off
  2. :: Copyright (c) 2019 The Chromium Authors. All rights reserved.
  3. :: Use of this source code is governed by a BSD-style license that can be
  4. :: found in the LICENSE file.
  5. :: This is a convenience wrapper to execute the script on Windows, since
  6. :: .py files may not be directly executable on the command line. Alternatively,
  7. :: you can also just run "python update_bucket.py ..." yourself.
  8. python "%~dp0update_bucket.py" %*