Sha256: fc209e0a4deaac1f4efcdd1335062961d63821858b0088161c03b0deedd275a4
Contents?: true
Size: 272 Bytes
Versions: 41
Compression:
Stored size: 272 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-file.py\n' open(sys.argv[1], 'wb').write(contents)
Version data entries
41 entries across 41 versions & 6 rubygems