Subversion Repositories SmartDukaan

Rev

Rev 939 | Rev 2925 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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