Skip to content

Instantly share code, notes, and snippets.

@melmatsuoka
Last active August 29, 2015 14:09
Show Gist options
  • Save melmatsuoka/01199c05c735d2dfbb30 to your computer and use it in GitHub Desktop.
Save melmatsuoka/01199c05c735d2dfbb30 to your computer and use it in GitHub Desktop.
Get the location of your active Dropbox folder (Requires 'jq' to parse the JSON file)
jq -r '.personal.path' < ~/.dropbox/info.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment