From b22d7859c38572fe5ed7c9a28e24644c5aa4d055 Mon Sep 17 00:00:00 2001 From: Andres Hermosilla Date: Wed, 19 Jul 2017 15:30:08 -0700 Subject: [PATCH] Added bash learning resources --- bash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash.md b/bash.md index 720dcff..55965af 100644 --- a/bash.md +++ b/bash.md @@ -5,6 +5,8 @@ https://www.shellcheck.net/ ## Learning - https://cmdchallenge.com/ - https://explainshell.com/ +- https://github.com/Idnan/bash-guide +- http://exercism.io/languages/bash ### Bash Tips - http://www.kfirlavi.com/blog/2012/11/14/defensive-bash-programming/ <- **MUST READ**