Go to file
Yann Esposito (Yogsototh) 2aa9a34bec better example 2013-10-06 15:09:59 +02:00
LICENSE add LICENSE 2013-10-06 15:09:44 +02:00
README.md better example 2013-10-06 15:09:59 +02:00
watch initial commit 2013-10-06 14:15:44 +02:00

README.md

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.