Sha256: 3b1412f1935018ffdf3117d242f1f40af9849b970242a4f6b26821b08fe7ed00
Contents?: true
Size: 261 Bytes
Versions: 2
Compression:
Stored size: 261 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2014 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 print sys.argv with open('RAN_MY_NM', 'w') as f: f.write('RAN_MY_NM')
Version data entries
2 entries across 1 versions & 1 rubygems