Sha256: 6fbdf244dfceaa4029ec523f899898540ecb46db249f5b44bb37c2d7b4f203c5
Contents?: true
Size: 300 Bytes
Versions: 53
Compression:
Stored size: 300 Bytes
Contents
#!/usr/bin/env bash # Copyright (c) 2009 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. base_dir=$(dirname "$0") PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/download_from_google_storage.py" "$@"
Version data entries
53 entries across 53 versions & 1 rubygems