diff --git a/scripts/dpcheck b/scripts/dpcheck new file mode 100755 index 0000000..8e81a9a --- /dev/null +++ b/scripts/dpcheck @@ -0,0 +1,5 @@ +#!/bin/bash +# Check which files dropbox is modifying + +ls -l /proc/$(pidof dropbox)/fd | egrep -v 'pipe:|socket:|/dev' | grep "$DROPBOX_DIR/[^.]" +