Anyone here can do this... But if you really need a simple file watcher.

$ watchfile index.html diff index.html index_old.html


This command example will watch file index.html for changes. Once detected 
run a command diff index.html index_old.html. A command to run can be 
anything.

Is it barebones.

github <https://github.com/biosckon/watchfile>




-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to