diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -13,9 +13,10 @@ don't end up munging important files in your `HOME`. $ cd doomsh $ ./doomsh -Not really important or useful in any way, but kind of fun to see what breaks -when resources are really tight, especially when it exposes problems in -programs like failing to check for NULL returns from `malloc(3)`. +This software is not really important or useful in any way, but it's kind of +fun to see what breaks when resources are really tight, especially when it +exposes problems in programs like failing to check for `NULL` returns from +`malloc(3)`. On the author's machine, at level 5, even `ls(1)` doesn't work, let alone Vim. |