Skip to content

pallas/watchme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watchme

Takes a list of files and directories to watch as arguments, watches them. Exits on modification or deletion. Useful for automatically running make, or other processes that produce artifacts.

while ./watchme . ; do
  make clean all
done

Requires one of

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published