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

https://github.com/atomicptr/buttercat

Keep a program running forever
https://github.com/atomicptr/buttercat

Last synced: 4 months ago
JSON representation

Keep a program running forever

Awesome Lists containing this project

README

          

# buttercat

Keep a program running forever

## Usage

Run buttercat, followed by -- (this is required), followed by your program and whatever parameters you want!

```bash
$ buttercat -- program_name --param 1337
````

## Naming

Named after the buttered cat paradox:

- Cats always land on their feet
- Buttered toast always lands buttered side down

hence this program will just run forever :)

## License

GPLv3

![](https://www.gnu.org/graphics/gplv3-127x51.png)