Guest User

Untitled

a guest
Jun 25th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # -----------------------------------------------
  2. # Function for copy files from server to computer
  3. # -----------------------------------------------
  4. tocomp() {
  5. scp -r [email protected]:"'/home/pi/Torrents/$1'" /home/comp/Torrent
  6. }
  7.  
  8. tocomp "name of folder"
Advertisement
Add Comment
Please, Sign In to add comment