Categorygithub.com/moznion/suez
modulepackage
0.0.1
Repository: https://github.com/moznion/suez.git
Documentation: pkg.go.dev

# README

suez

A command line tool that executes a command periodically/reactively.

Usage

Run the command periodically according to the interval-sec

$ suez --interval-sec 60 something-command you-want

Run the command periodically if the watched file is changed while the duration of interval-sec

$ suez --interval-sec 60 --watched-file /path/to/file something-command you-want

Run the command immediately if the watched file is changed

$ suez --watched-file /path/to/file something-command you-want

Author

moznion ([email protected])

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author