Skip to content

hbagdi/hupit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hupit

Watch files and hup processes when they change.

hupit watches files and executes an arbitrary shell command whenever any of the files being watches changes.

$ hupit --help
Usage of hupit:
  -command string
        command to execute when a file changes
  -file value
        file to watch for changes;flag can be used multiple times to specify multiple files
  -version
        output version information

Dockerimage

Docker image is hosted on Dockerhub:

$ docker pull hbagdi/hupit