Skip to content

Instantly share code, notes, and snippets.

@kithokit
Created July 30, 2013 03:03
Show Gist options
  • Save kithokit/6109869 to your computer and use it in GitHub Desktop.
Save kithokit/6109869 to your computer and use it in GitHub Desktop.
!#/usr/bin/env sh
mkdir -p ~/bin
#Download the CLI interface via wget:
wget -O ~/bin/dropbox.py "https://www.dropbox.com/download?dl=packages/dropbox.py"
#Set the permissions so you can execute the CLI interface:
chmod +x ~/bin/dropbox.py
~/bin/dropbox.py start -i
~/bin/dropbox.py start
dropbox.py exclude remove ~/Dropbox/Documents/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment