Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 323 Bytes

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