Skip to content

Unix program for monitoring a list of files and running a command when a change occurs.

Notifications You must be signed in to change notification settings

apers/FileMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

FileMonitor

FileMonitor listens for changes on a list of files and runs a command when a change occurs.

Compiling

Compile with make

Compile debug with make debug

Running

Run with ./mon -f <list_of_files> -c <command>

About

Unix program for monitoring a list of files and running a command when a change occurs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published