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
- Host: GitHub
- URL: https://github.com/atomicptr/buttercat
- Owner: atomicptr
- License: gpl-3.0
- Created: 2024-06-03T19:29:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-03T19:29:30.000Z (over 1 year ago)
- Last Synced: 2025-09-29T11:49:59.409Z (4 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
