Sha256: 247edb8a481ac82149f5937173f4f5d62e901d7576cb1057fd2d29801565c287
Contents?: true
Size: 272 Bytes
Versions: 82
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
82 entries across 41 versions & 6 rubygems