# Of Course
[](https://gitmoji.dev)
[](https://opensource.org/licenses/MIT)

Output a string repeatedly until killed.
Yet Another [`yes`](https://github.com/openbsd/src/blob/master/usr.bin/yes/yes.c) clone but in Rust.
## Usage
Just like [`yes`](<https://en.wikipedia.org/wiki/Yes_(Unix)>):
```bash
yeah
```
> This will print "y" until the process is canceled.
You can also pass a custom string to repeat:
```bash
yeah custom string
```
> This will print "custom string" until the process is canceled.
### License
This project is licensed under the [MIT License](./LICENSE.md).