From 3e4497d5514d9db4e63b36ee29f85259f5dbf864 Mon Sep 17 00:00:00 2001 From: Idriss Neumann Date: Sun, 29 Aug 2021 02:40:32 +0100 Subject: [PATCH] Add some free ebooks and course about bash in French (#5502) --- books/free-programming-books-fr.md | 1 + courses/free-courses-fr.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/books/free-programming-books-fr.md b/books/free-programming-books-fr.md index 179c27a3..6d864e82 100644 --- a/books/free-programming-books-fr.md +++ b/books/free-programming-books-fr.md @@ -99,6 +99,7 @@ ### Bash / Shell * [Guide avancé d'écriture des scripts Bash](http://abs.traduc.org/abs-fr/) +* [La programmation Shell](https://frederic-lang.developpez.com/tutoriels/linux/prog-shell/) - Frederic Lang, Idriss Neumann ### Caml diff --git a/courses/free-courses-fr.md b/courses/free-courses-fr.md index 38f83997..383bee30 100644 --- a/courses/free-courses-fr.md +++ b/courses/free-courses-fr.md @@ -27,6 +27,8 @@ ### Bash / Shell * [Apprendre à utiliser le shell Bash](https://www.pierre-giraud.com/shell-bash/) - Pierre Giraud +* [Exercices shell scripts](https://ineumann.developpez.com/tutoriels/linux/exercices-shell/) - Idriss Neumann +* [Quelques bonnes pratiques dans l'écriture de scripts en Bash](https://ineumann.developpez.com/tutoriels/linux/bash-bonnes-pratiques/) - Idriss Neumann ### C