1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# ๐ช pkill ๐ช ```text Simple tool to kill processes Usage: pkill.exe [pid|name]... Arguments: [pid|name]... target processes to kill Options: -h, --help Print help information -V, --version Print version information ``` Built with Rust ๐งก