Don't like ads? PRO users don't see any ads ;-)
Guest

default

By: a guest on May 4th, 2012  |  syntax: Bash  |  size: 0.11 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. # some firstrun stuff
  3. if echo $(/usr/bin/dropbox status) | grep -q "isn"; then
  4.   /usr/bin/dropbox start
  5. fi