Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thetardigrade/golang-runner

Safely run Go binary commands.
https://github.com/thetardigrade/golang-runner

binary-file command-runner commands executable go golang

Last synced: 8 days ago
JSON representation

Safely run Go binary commands.

Awesome Lists containing this project

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

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