Skip to content

Instantly share code, notes, and snippets.

@huseyin
Created January 29, 2016 01:29
Show Gist options
  • Save huseyin/5635ac6badf9bdb37eab to your computer and use it in GitHub Desktop.
Save huseyin/5635ac6badf9bdb37eab to your computer and use it in GitHub Desktop.
Inotify deneme
# Sistemde kurulu mu?
which inotifywait >/dev/null
[ $? -eq 0 ] || sudo apt-get install inotify-tools
# DBOXPATH set edilmiş mi?
[ -z "$DBOXPATH" ] && export DBOXPATH=$HOME/Dropbox
# Dene bakalım
echo Servis başlatılıyor...
inotifywait -mrq $DBOXPATH 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment