Created
July 30, 2013 03:03
-
-
Save kithokit/6109869 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/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