#!/bin/sh
#
# Simple wrapper script for /usr/libexec/dropbox/dropboxd.
cd /usr/libexec/dropbox
exec ./dropboxd "$@"
