dotfiles/bash/scriptlets/dropbox

6 lines
154 B
Plaintext

# Run the dropbox daemon in the background
if [ -x "$HOST/.dropbox-dist/dropboxd" ]
then
"$HOST/.dropbox-dist/dropboxd" & alias killDropbox='kill $!'
fi