add $ sign

This commit is contained in:
Ali Vakilzade 2019-10-10 15:43:20 +03:30 committed by GitHub
parent ab40de721c
commit a67f79e6b6
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}' | shuf | head -n 1 | sudo kill -9
```
## The physics way