[hot fix] comment out descriptions

This commit is contained in:
Bonnie I-Man Ng 2019-05-14 17:27:13 +08:00 committed by GitHub
parent 89290279a4
commit f86d9ebf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1541,10 +1541,10 @@ quota -v username
```
##### Fork bomb
```bash
# Don't try this at home!
# It is a function that calls itself twice every call until you run out of system resources.
# A '# ' is added in front for safety reason, remove it when seriously you are testing it.
```bash
# :(){:|:&};:
```