Sha256: be1cf25c6bbba43d88b92611f345030e446d3c4ff0518916de785e36da699a31
Contents?: true
Size: 237 Bytes
Versions: 28
Compression:
Stored size: 237 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 shutil import sys shutil.copyfile(*sys.argv[1:])
Version data entries
28 entries across 28 versions & 5 rubygems