Rev 939 | Rev 2925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#!/bin/bash
killall -9 python2.6
ps aux | grep "PaymentServer" | grep -v "grep" | awk '{print $2}' | xargs kill -9