/golang-runner

Safely run Go binary commands.

Primary LanguageGo

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