FileWatcher w/ sample script & sample settings

This version seems to be buggy, the code I have on the repo probably
isn't the newest code I have; I have to go looking through my backups to
verify which is the most up-to-date version.

I've included a sample script and settings file.
This commit is contained in:
Brian 2013-12-20 20:16:48 -07:00
parent 51e217e38c
commit f6eb064ce4
6 changed files with 42 additions and 1 deletions

View file

3
scripts/sample.py Normal file
View file

@ -0,0 +1,3 @@
def process_updated_files( files ):
for f in files:
print f