Sha256: a8bfb83b61d7773b5031a0737276bfb2bee4d174b672a0eb82bef14dae661379

Contents?: true

Size: 279 Bytes

Versions: 41

Compression:

Stored size: 279 Bytes

Contents

#!/usr/bin/env python

# Copyright (c) 2009 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.

import sys

contents = 'Hello from make-subdir-file.py\n'

open(sys.argv[1], 'wb').write(contents)

Version data entries

41 entries across 41 versions & 6 rubygems

Version Path
libv8-3.10.8.0 vendor/v8/build/gyp/test/actions-subdir/src/subdir/make-subdir-file.py