1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-10-05 08:04:41 +02:00
dotfiles/bash/scriptlets/dropbox

5 lines
154 B
Text

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