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: 5 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T02:41:51.000Z (over 3 years ago)
- Last Synced: 2024-12-31T17:49:36.408Z (6 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
```