Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. class cpto(Command):
  2. """:cpto
  3.  
  4. copies the file to a special directory
  5. """
  6. def execute(self):
  7. self.fm.execute_console("shell cp %s ~/.special_directory &")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement