blob: 0774679380649321ad96ce96317f3b68b48da6f5 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001#!/usr/bin/env python
2# Copyright (c) 2011 Google Inc. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6import shutil
7import sys
8
9shutil.copyfile(sys.argv[1], sys.argv[2])