Permalink
Please sign in to comment.
Showing
with
6 additions
and 1 deletion.
- +3 −0 killall.sh
- +1 −1 tweetf0rm/proxies.py
- +2 −0 tweetf0rm/scheduler.py
| @@ -0,0 +1,3 @@ | |||
| +#!/bin/bash | |||
| + | |||
| +kill -9 `ps e | grep tweetf0rm | grep -v grep | awk '{print $1}'` | |||
0 comments on commit
9c694c1