#!/bin/sh ps aux | grep philo_three | tr -s ' ' | cut -d ' ' -f 2 | xargs kill -9