Sha256: a1d9a1dc3799fc1d7ae83291dfee454938aa549092b2a9ebd0b5c0475c4f01f0
Contents?: true
Size: 377 Bytes
Versions: 17
Compression:
Stored size: 377 Bytes
Contents
#!/usr/bin/env bash # Copyright (c) 2017 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. # Execute whatever is printed by autoninja.py. # Also print it to reassure that the right settings are being used. command=$(python $(dirname -- "$0")/autoninja.py "$@") echo $command exec $command
Version data entries
17 entries across 17 versions & 1 rubygems