This commit is contained in:
Bellatrix Lugosi 2022-07-24 01:47:35 +02:00 committed by GitHub
commit 3222a18501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,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