Sha256: 2b518a930dd1ba270f386f2ad48f14c11bb388a04206ded2989a57b7130aa693
Contents?: true
Size: 271 Bytes
Versions: 2
Compression:
Stored size: 271 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_READELF', 'w') as f: f.write('RAN_MY_READELF')
Version data entries
2 entries across 1 versions & 1 rubygems