mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-17 17:03:32 +01:00
5 lines
154 B
Text
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
|