Advertisement
killermist

dropboxd.sh

Aug 24th, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. if ps -ef | grep -i dropbox-dist/dropbox | grep -v grep; then
  3. echo "Already running."
  4. exit
  5. fi
  6.  
  7. /home/killermist/.dropbox-dist/dropboxd &
  8. echo "Dropbox daemon not running, launched."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement