From f86d9ebf36b075cbacfd09876e3716d3bb3fe5ac Mon Sep 17 00:00:00 2001 From: Bonnie I-Man Ng Date: Tue, 14 May 2019 17:27:13 +0800 Subject: [PATCH] [hot fix] comment out descriptions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b53b0..bb50456 100644 --- a/README.md +++ b/README.md @@ -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 # :(){:|:&};: ```