Sha256: 45c57153bbed7b5ad1e541fe2f357a5ec1acc939a2780e662105931523a8b5b0
Contents?: true
Size: 285 Bytes
Versions: 41
Compression:
Stored size: 285 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2011 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