4

Just added a new alias to my .bash_aliases.

alias killstudio='pkill -f android'

What it does is kill all process with the name 'android' in them forcefully, like in android studio.

Comments
Add Comment