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