Categorygithub.com/thetardigrade/golang-runner
repositorypackage
1.0.0
Repository: https://github.com/thetardigrade/golang-runner.git
Documentation: pkg.go.dev

# README

runner

Allows commands from the Golang bin directory to be run indefinitely, or for a given number of iterations, while storing a log of any errors in the temporary directory.

Example

$(echo $GOBIN)/runner -command=test -arguments="--one --two --three" -log -verbose \
	-sleep=1h -iterations=24 -daemon