Add Rage-Quit Support to Bash
Proper use of killall can be very cathartic, but I've found a way to enhance the experience of showing unresponsive processes Who's Boss.
In your .bashrc file, add the following line:
function fuck() { killall -9 $2 ;}This allows you to do this:
$ fuck you shittyprogramBe sure to let the return key know you mean business.
Written by Louis Acresti
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Shell 
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#

 
 
 
 
