Skip to content

theTardigrade/golang-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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