filewatcher/scripts/sample.py
Brian f6eb064ce4 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.
2013-12-20 20:16:48 -07:00

3 lines
No EOL
62 B
Python

def process_updated_files( files ):
for f in files:
print f