Metadata-Version: 2.1
Name: pid-trap
Version: 2020.7.1
Summary: execute command after process termination
Home-page: https://github.com/andrewp-as-is/pid-trap
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/pid-trap.svg?maxAge=3600)](https://pypi.org/project/pid-trap/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install pid-trap
        ```
        
        ```bash
        $ [sudo] npm i -g pid-trap
        ```
        
        #### Examples
        ```bash
        sleep 5 &
        pid-trap $! echo beep
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: pid trap
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
