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
- Host: GitHub
- URL: https://github.com/bukowa/w32die
- Owner: bukowa
- License: mit
- Created: 2024-07-04T19:42:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-05T19:19:29.000Z (over 1 year ago)
- Last Synced: 2025-09-05T12:01:38.029Z (6 months ago)
- Topics: command, executable, group, job, kill, object, process, windows, wrapper
- Language: Rust
- Homepage: https://crates.io/crates/w32die
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!"
```