Subversion Repositories SmartDukaan

Rev

Rev 939 | Rev 3917 | Go to most recent revision | Blame | Compare with Previous | 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