aboutsummaryrefslogtreecommitdiff
path: root/clean_philo_three
blob: 7e5c722ad11065923f359669257a5d2dc57125aa (plain)
1
2
3
#!/bin/sh

ps aux | grep philo_three | grep -v grep | tr -s ' ' | cut -d ' ' -f 2 | xargs -L1 kill -9