stare

A command line application that waits for the end of the process.

How to use

When waiting for the end of one process:

```bash

stare PID ```

When waiting for the termination of multiple processes:

```bash

stare PID1,PID2,PID3 ```

License

stare is distributed under the terms of the MIT license.

See the LICENSE files in this repository for more information.