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

6 lines
154 B
Text
Raw Normal View History

2016-10-03 10:30:30 +02:00
# Run the dropbox daemon in the background
if [ -x "$HOST/.dropbox-dist/dropboxd" ]
then
"$HOST/.dropbox-dist/dropboxd" & alias killDropbox='kill $!'
fi