Browse Source

Update free-programming-books-pt_BR.md

Introducao ao Shell Script - Aurelio ( Verde ) 
Tutorial de Ruby - Eustaquio Rangel
Ataliba Teixeira 12 years ago
parent
commit
37695cdc46
1 changed files with 7 additions and 1 deletions
  1. 7 1
      free-programming-books-pt_BR.md

+ 7 - 1
free-programming-books-pt_BR.md

@@ -2,7 +2,7 @@
 * [Java](#java)
 * [Ruby](#ruby)
 * [HTML / CSS](#html--css)
-
+* [Shell Script](#shell)
 
 ###java
 
@@ -16,8 +16,14 @@
 
 * [Aprenda a Programar](http://aprendaaprogramar.rubyonrails.com.br)
 * [Pequeno Livro do Ruby](http://www.sismicro.com.br/ruby/Pequeno-Livro-do-Ruby.php)
+* [Tutorial de Ruby](http://dl.dropbox.com/u/1482800/eustaquiorangel.com/tutorialruby.pdf)
+
 
 
 ###HTML / CSS
 
 * [Estruturando o HTML com CSS](http://pt-br.learnlayout.com/)
+
+###shell
+
+* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf)