From 6ed99845e07ed19441dcfb6dec1900669aa56cfe Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 12 Sep 2020 17:09:39 -0400 Subject: [PATCH] Guides: ycombinator bash pitfalls and strict --- reads/guides.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reads/guides.md b/reads/guides.md index c059639..80aff79 100644 --- a/reads/guides.md +++ b/reads/guides.md @@ -30,6 +30,8 @@ [linux programs](https://luongvo209.gitlab.io/Awesome-Linux-Software/) +[bash pitfalls and strict-mode](https://news.ycombinator.com/item?id=24401085) + ## Emulation [Project Based Tutorials in C](https://github.com/rby90/Project-Based-Tutorials-in-C)