jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

action: killProcess #130

Open rafawalter opened 3 years ago

rafawalter commented 3 years ago

kill an OS process

In Windows it should run taskkill /f /im <binaryName>

usage: killProcess <binaryName>

example: killProcess cntlm.exe