Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/107 subproject symlink/cp.py
T

7 lines
93 B
Python

#!/usr/bin/env python3
from sys import argv
from shutil import copy
copy(argv[1], argv[2])