I have no idea why this not working. ``` [ { "title": "Disconnect", "command": "ps -lef | grep ssh | grep 1337 | awk '{print $4}' | xargs kill", "icon": "network-error" } ] ` Running the command in the terminal just works.