25

This snippet was found in Thanos’ bash history:

```
ps Sh | sort -R | awk 'NR % 2 {print $1}' | xargs sudo kill -9
```

Comments
Add Comment