From 0c8f0e92a73fa3a9a94192853bd7f951153abd2f Mon Sep 17 00:00:00 2001 From: OffWorldApps Date: Thu, 24 Oct 2013 22:33:35 -0400 Subject: [PATCH 1/3] =?UTF-8?q?Ajout=20du=20Guide=20avanc=C3=A9=20d'=C3=A9?= =?UTF-8?q?criture=20des=20scripts=20Bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- free-programming-books-fr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 4cda478bf..4559b11ff 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,6 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) +* [Bash/Shell](#bash) * [Caml](#caml) * [C / C++](#c--c) * [Git](#git) @@ -56,6 +57,9 @@ * [Pas à pas vers l'assembleur](ftp://ftp-developpez.com/asm/cours/noteworthy/pas-a-pas-vers-l-assembleur-par-lord-noteworthy.pdf) par Lord Noteworthy * [Initiation à la programmation en assembleur 64 bits](http://www.ilv-edition.com/librairie/initiation-programmation-assembleur-bits.html), par Pierre Jourlin +###Bash/Shell +* [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/) + ###Caml * [Introduction à Objective Caml](http://form-ocaml.forge.ocamlcore.org/html/index.html), par Maxence Guesdon From b37fae0283c973bf36ead67be728d22bd0c4ab58 Mon Sep 17 00:00:00 2001 From: OffWorldApps Date: Sun, 27 Oct 2013 11:22:40 -0400 Subject: [PATCH 2/3] Link correction --- free-programming-books-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 4559b11ff..32881b0e6 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,7 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) -* [Bash/Shell](#bash) +* [Bash/Shell](##bash-shell) * [Caml](#caml) * [C / C++](#c--c) * [Git](#git) From d3a0b7ad7d7516befb5429783d29a90705794f4b Mon Sep 17 00:00:00 2001 From: OffWorldApps Date: Sun, 27 Oct 2013 11:26:12 -0400 Subject: [PATCH 3/3] Link correction --- free-programming-books-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-fr.md b/free-programming-books-fr.md index 32881b0e6..7410c91b2 100644 --- a/free-programming-books-fr.md +++ b/free-programming-books-fr.md @@ -2,7 +2,7 @@ * [Méta-listes](#méta-listes) * [Non dépendant du langage](#non-dépendant-du-langage) * [Assembleur](#assembleur) -* [Bash/Shell](##bash-shell) +* [Bash/Shell](#bash-shell) * [Caml](#caml) * [C / C++](#c--c) * [Git](#git)