添加"Shell脚本编程30分钟入门"

作者: @qinjx
This commit is contained in:
迷渡 2013-11-06 16:02:37 +08:00
parent c70966055e
commit 0d30a8d35b

View File

@ -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)