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

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