index
:
philosophers.git
master
rendu
weird
School project: Introduction to multithreading
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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