summaryrefslogtreecommitdiffstats
path: root/test cases/common/214 source set custom target/cp.py
blob: cb09cf399b7157d9e20da3c889c75477bff20520 (plain)
1
2
3
4
5
#! /usr/bin/env python3

import sys
from shutil import copyfile
copyfile(*sys.argv[1:])