========= Scripting ========= .. contents:: :depth: 3 :backlinks: top #### Présentation de différent éléments de scripting #### Cheat Cheet =========== :Liens_Web: * `Cheat Cheet`_ .. _`Cheat Cheet`: https://devhints.io/bash Faire un script en Shell ======================== :Liens_Web: * https://doc.ubuntu-fr.org/tutoriel/script_shell # Tuto simple en Français #### Rendre un script exécutable =========================== .. code:: sh # Pour le rendre exécutable chmod +x # Pour l'exécuter ./ #### Récupérer et traiter les arguments passer à un script ===================================================== :Liens_Web: * `Bash Script Arguments - How to Pass Them via the Command Line`_ .. _`Bash Script Arguments - How to Pass Them via the Command Line`: https://codefather.tech/blog/bash-script-arguments/ #### -------- Weblinks -------- .. target-notes::