Subversion Repositories SmartDukaan

Rev

Rev 939 | Rev 2925 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 939 Rev 2863
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
 
2
 
3
killall -9 python2.6
3
killall -9 python2.6
-
 
4
ps aux | grep "PaymentServer" | grep -v "grep" | awk '{print $2}' | xargs kill -9