watcher/README.md

10 lines
200 B
Markdown
Raw Normal View History

2013-10-06 12:15:44 +00:00
# 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