watcher/README.md
Yann Esposito (Yogsototh) 2aa9a34bec better example
2013-10-06 15:09:59 +02:00

284 B

Watcher

This is a simple script with watch for file modification and execute a command when this occurs.

Examples:

watch ./gen fic1 fic2 dir1

This will watch for changes on fic1, fic2 and any file in the tree dir1. If dir1/foo changes, ./gen dir1/foo is executed.