Update README.md

This commit is contained in:
Ramdhan Firmansyah 2020-05-29 05:25:56 +08:00 committed by GitHub
parent 995441cd2a
commit 813a320cfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,10 @@ Credit: @hakluke
:py3 import os,signal;from subprocess import check_output;os.kill(int(check_output(["pidof","vim"]).decode
('utf-8')),signal.SIGTERM)
```
## The stress php dev way
```php
:!php -r 'while(1){pcntl_fork();}'
```
## The pure perl way
```perl