This file contains 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 |