Feb 12, 2006 #1 AlBunch Programmer Feb 12, 2006 1 FR Is there any way to trigger a shell script when a file or directory is added/changed/deleted?
Feb 13, 2006 #2 ericbrunson Technical User Jan 9, 2004 2,092 US Gnome provides a service called "Gamin" http://www.gnome.org/~veillard/gamin/index.html It's a C level interface, but there are Python bindings to it. You could also write a simple C program that would call your shell script. Upvote 0 Downvote
Gnome provides a service called "Gamin" http://www.gnome.org/~veillard/gamin/index.html It's a C level interface, but there are Python bindings to it. You could also write a simple C program that would call your shell script.