Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/usr/bin/python | |
|
jeanluc1
2011/02/01 07:23:47
Even though it is small, we should probably put th
bradn
2011/02/01 17:41:25
Done.
| |
| 2 | |
| 3 import shutil | |
| 4 import sys | |
| 5 | |
| 6 shutil.copyfile(sys.argv[1], sys.argv[2]) | |
| OLD | NEW |