Sha256: adbd81cc36b33c4e5a2886241d552c2de121ab716495b632b73cbca6c5427d15
Contents?: true
Size: 280 Bytes
Versions: 27
Compression:
Stored size: 280 Bytes
Contents
#!/usr/bin/env bash # Copyright 2015 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/commit_queue.py" "$@"
Version data entries
27 entries across 27 versions & 1 rubygems