Permalink
Newer
100644
4 lines (2 sloc)
79 Bytes
|
|
||
| 1 | #!/bin/bash | |
| 2 | ||
| 3 | kill -9 `ps e | grep tweetf0rm | grep -v grep | awk '{print $1}'` |