/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#!/bin/bash ps ax | grep $1 | sed 's/\ \([0-9]*\).*/\1/g' | xargs kill -9
URL: http://www.arnebrasseur.net