Sha256: d54878afc2d79c87a1fdab066f40c5abea0173c432c6a2f740ec7542e7a28b2b
Contents?: true
Size: 247 Bytes
Versions: 44
Compression:
Stored size: 247 Bytes
Contents
#!/usr/bin/env python # Copyright (c) 2011 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 shutil import sys shutil.copyfile(sys.argv[1], sys.argv[2])
Version data entries
44 entries across 44 versions & 7 rubygems