Update README.md

This commit is contained in:
Ali Vakilzade 2020-01-08 16:22:07 +00:00 committed by GitHub
parent a67f79e6b6
commit b21398269d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ $ timeout $RANDOM vim
Credit: @aliva
```
$ ps axuw | awk '{print $2}' | shuf | head -n 1 | sudo kill -9
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
```
## The physics way