Sha256: da64dd1c5d721ad6ec1d0eb6b5b16a04c6cf25bc62bcc46a79f535d3d47b1fec
Contents?: true
Size: 263 Bytes
Versions: 56
Compression:
Stored size: 263 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[1], 'w+') f.write('Hello from touch.py\n') f.close()
Version data entries
56 entries across 28 versions & 5 rubygems