Commit 5185e805 authored by Greg Williams's avatar Greg Williams
Browse files

Fixed kinetic simulator shutdown script

parent 3159879f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
# Ensure stray simulators are not still running
ps -ef | grep kinetic-simulator | grep -v 'grep' | tr -s ' ' | cut -d ' ' -f 3 | xargs kill $1
ps -ef | grep kinetic-simulator | grep -v 'grep' | tr -s ' ' | cut -d ' ' -f 2 | xargs kill $1
echo Killed all kinetic simulators!