Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
4 lines (2 sloc) 79 Bytes
#!/bin/bash
kill -9 `ps e | grep tweetf0rm | grep -v grep | awk '{print $1}'`