From efcd628992255c1772e387bff191cfecc87c4505 Mon Sep 17 00:00:00 2001 From: JaeYoung Mun Date: Tue, 11 Apr 2017 14:31:44 +0900 Subject: [PATCH 1/2] Add bash guide in github repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23169ba..a9848f9 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)](http://redsymbol.net/articles/unofficial-bash-strict-mode/) * [The Art of Command Line](https://github.com/jlevy/the-art-of-command-line) * [Learn Enough Command Line to Be Dangerous](https://www.learnenough.com/command-line-tutorial) +* [A guide to learn bash](https://github.com/Idnan/bash-guide) # Other Awesome Lists From 0d7ced21c2c0ef32d3d552de4eba82449dfe3a42 Mon Sep 17 00:00:00 2001 From: JaeYoung Mun Date: Thu, 13 Apr 2017 09:54:01 +0900 Subject: [PATCH 2/2] Update README_ZH-CN.md also --- README_ZH-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 548f989..0116c65 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -257,6 +257,7 @@ * [使用非官方的 Bash 严格模式 (除非你爱调试)](http://redsymbol.net/articles/unofficial-bash-strict-mode/) * [命令行的艺术](https://github.com/jlevy/the-art-of-command-line) * [学会成为命令行杀手](https://www.learnenough.com/command-line-tutorial) +* [学习bash的指南](https://github.com/Idnan/bash-guide) # 其它 Awesome 清单