1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-09-28 20:29:03 +00:00

Ajout du Guide avancé d'écriture des scripts Bash

This commit is contained in:
OffWorldApps 2013-10-24 22:33:35 -04:00
parent 5792af5859
commit 0c8f0e92a7

View File

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