1#! /usr/bin/env python3
2
3import sys
4from shutil import copyfile
5copyfile(*sys.argv[1:])
6