Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thetardigrade/golang-runner
- Owner: theTardigrade
- Created: 2019-04-30T11:10:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T02:41:51.000Z (about 3 years ago)
- Last Synced: 2024-11-08T11:13:34.876Z (2 months ago)
- Topics: binary-file, command-runner, commands, executable, go, golang
- Language: Go
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```