Loading vendor/kinetic-simulator/stopSimulator.sh +1 −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 -9 $1 ps -ef | grep kinetic-simulator | grep -v 'grep' | tr -s ' ' | cut -d ' ' -f 3 | xargs kill $1 Loading
vendor/kinetic-simulator/stopSimulator.sh +1 −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 -9 $1 ps -ef | grep kinetic-simulator | grep -v 'grep' | tr -s ' ' | cut -d ' ' -f 3 | xargs kill $1