[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

View File

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