Usage: dirwatch [-d] <directory> <commandline>
Where <directory> is the directory you want to watch
and <commandline> is the command line you want to call on change
Be sure to enclose <commandline> in quotes to feed in arguments
Example: dirwatch /tank/u80/www "/usr/bin/env python3 rsync.py"