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

https://github.com/bukowa/w32die


https://github.com/bukowa/w32die

command executable group job kill object process windows wrapper

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

# w32die

A simple binary that wraps any executable and runs it in a
Windows Job Object to ensure it (and all its children) are
terminated when the parent process dies.

## Installation
```shell
cargo install w32die
```

## Usage
```shell
w32die [OPTIONS] -- [ARGS]
```

## Example
```shell
$ w32die -- echo "Hello, World!"
```