Sha256: e2a3dd4701725aeb4a25bfc5b64468df505f6dfa7f21c6f1f8641ea80984e49a
Contents?: true
Size: 298 Bytes
Versions: 20
Compression:
Stored size: 298 Bytes
Contents
#!/usr/bin/env bash # Copyright (c) 2017 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 -u "$base_dir/compile_single_file.py" "$@"
Version data entries
20 entries across 20 versions & 1 rubygems