watcher/README.md
Yann Esposito (Yogsototh) a0bcaf779e initial commit
2013-10-06 14:15:44 +02:00

10 lines
200 B
Markdown

# Watcher
This is a simple script with watch for file modification and execute a
command when this occurs.
Examples:
watch ./gen fic1 fic2 dir1
watch "echo 'This file changed:' " dir1 dir2