Details | Last modification | View Log | RSS feed
#!/bin/bash
ps aux | grep "start.jar" | grep -v "grep" | awk '{print $2}' | xargs kill -9