Sha256: abe2bfbc1e12bde8e249d49395b72d595d0efc8b7b8c42f114db929dc4fe6b6e
Contents?: true
Size: 251 Bytes
Versions: 28
Compression:
Stored size: 251 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2012 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 f = open(sys.argv[2], 'w+') f.write(sys.argv[1]) f.close()
Version data entries
28 entries across 28 versions & 5 rubygems