diff --git a/books/free-programming-books-fr.md b/books/free-programming-books-fr.md index 179c27a3080ca704a23c1c48962ba99d62df88e8..6d864e82c558ab920a331f045c9cebe816e81c95 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 38f83997b27aaf78957dce8a8b8d97896b0d5983..383bee30bac214e75d5f75464235f4ae24e3f796 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