Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //192.168.1.xx/share /mnt/networkshare cifs noperm,username=user,password=****** 0 0
  2.  
  3. while [ true ]
  4. do
  5. if [ -f /path/to/the/file ]
  6. then
  7. mv /path/to/the/file /mnt/networkshare
  8. fi
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement