Skip to content

Instantly share code, notes, and snippets.

@jaygooby
Created February 13, 2014 16:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jaygooby/8978256 to your computer and use it in GitHub Desktop.
Save jaygooby/8978256 to your computer and use it in GitHub Desktop.
Starts Dropbox and Dropbox Encore for OS X in the correct order. Add to your Login Items in System Preferences
#!/bin/bash
#
# To run Dropbox and Dropbox Encore[1] together, you've
# got to start Dropbox first. I *always* forget this,
# so added this script to my Login Items instead
#
# [1] http://www.joyofmacs.com/software/dropboxencore/
#
# Jay Caines-Gooby
# jay@gooby.org
# @jaygooby
open /Applications/Dropbox.app
open /Applications/Dropbox\ Encore.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment