From 0d30a8d35b65336fefc080c1bca0122206108554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Wed, 6 Nov 2013 16:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0"Shell=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E7=A8=8B30=E5=88=86=E9=92=9F=E5=85=A5=E9=97=A8"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 作者: @qinjx --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b55adb..81a0920 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ * [iOS](#ios) * [Python](#python) * [Ruby](#ruby) + * [Shell](#shell) * [Go](#go) * [Groovy](#groovy) * [LISP](#lisp) @@ -191,6 +192,10 @@ * [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md) * [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/) (本书网页版免费提供,电子版以 PDF、EPub 和 Mobi 格式提供购买,仅售 9.9 美元) +### Shell + +* [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md) + ### Go * [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)