Sha256: ccd4b60531987910094853f8bcb2bb524a7862e1f796204c4f670ea7d873d6a3
Contents?: true
Size: 380 Bytes
Versions: 8
Compression:
Stored size: 380 Bytes
Contents
@echo off :: Copyright 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. REM Execute whatever is printed by autoninja.py. REM Also print it to reassure that the right settings are being used. FOR /f "usebackq tokens=*" %%a in (`python %~dp0autoninja.py %*`) do echo %%a & %%a
Version data entries
8 entries across 8 versions & 1 rubygems