Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Songmu/enslaver
https://github.com/Songmu/enslaver
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Songmu/enslaver
- Owner: Songmu
- License: mit
- Created: 2015-09-21T05:14:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T16:34:08.000Z (about 9 years ago)
- Last Synced: 2024-10-11T21:09:23.390Z (27 days ago)
- Language: Go
- Size: 129 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
enslaver
=======[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[license]: https://github.com/Songmu/enslaver/blob/master/LICENSE
Works forever.
## Description
Run a given command forever.
## Synopsis
enslaver.Command(os.Args[1], os.Args[2:]...).Run()
## Command Line Tool
You can get the command `enslaver` by following.
% go get github.com/Songmu/enslaver/cmd/enslaver
### usage
% enslaver perl -E 'while (1) { 0.1 > rand() ? (die "DEAD") : (say "ALIVE!") }'
## Author
[Songmu](https://github.com/Songmu)