summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/7 gnome/copyfile.py
blob: 7e44c48dd1a5380db8ad18fc68a358e6a07be3d3 (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

import sys
import shutil

shutil.copy(sys.argv[1], sys.argv[2])