Skip to content

Bash script to terminate a process with generic naming on windows machines.

Notifications You must be signed in to change notification settings

sxeix/easy-bash-killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

easy-bash-killer

Bash script to terminate a process with generic naming on windows and linux machines machines.

This is designed to simplify the command to kill a process. Instead using of taskkill/pkill and remembering the application specifics you can now just use a generic value which you can customise to your preference.

Examples

bash /path/to/file/killer.sh

bash /path/to/file/killer.sh appName

Or alternatively...

alias killer = "bash /path/to/file/killer.sh"

killer appName

About

Bash script to terminate a process with generic naming on windows machines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages