Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if f [ -d /the/dir ]; then echo 'Exists'; else echo 'Not found'; fi
  2. if [ -d /home/pi/cloudly/bin ];
  3. then echo 'good';
  4. else
  5. sleep 10 && sudo mount -t cifs //192.168.1.33/lyrqs_cloud /home/pi/cloudly -o file_mode=0777,dir_mode=0777,username=555,password=555 &
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement