Sha256: 91c80c74f28b23d57903c9f5b61f24c0941f9acbdbe8a96ac03c82cb1026240f

Contents?: true

Size: 286 Bytes

Versions: 41

Compression:

Stored size: 286 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 = open(sys.argv[1], 'r').read()
open(sys.argv[2], 'wb').write(contents)

sys.exit(0)

Version data entries

41 entries across 41 versions & 6 rubygems

Version Path
libv8-3.10.8.0 vendor/v8/build/gyp/test/generator-output/rules/copy-file.py