mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
from shutil import copyfile
|
|
|
|
copyfile(src, dst)
|