Skip to content

bukowa/w32die

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!"