bukowa / w32die

Home Page:https://crates.io/crates/w32die

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cargo install w32die

Usage

w32die [OPTIONS] -- <command> [ARGS]

Example

$ w32die -- echo "Hello, World!"