kill brique code example
Example 1: kill phpstorm
kill -9 $(pgrep -f phpstorm)
Example 2: kill screen
$ screen -X -S [session # you want to kill] quit
kill -9 $(pgrep -f phpstorm)
$ screen -X -S [session # you want to kill] quit