diff --git a/docs/Services/pole-scientifique/Onyxia/docs/index.md b/docs/Services/pole-scientifique/Onyxia/docs/index.md index 188d063..a042145 100644 --- a/docs/Services/pole-scientifique/Onyxia/docs/index.md +++ b/docs/Services/pole-scientifique/Onyxia/docs/index.md @@ -340,7 +340,15 @@ Par exemple si on inscrit dans le champ *PersonalInitArgs* `fichier1.txt fichier #!/bin/bash touch $1 touch $2 + ``` +=== "bash" + ``` bash + #!/bin/bash + touch $1 + touch $2 + ``` + Le script créera via la commande `touch` deux fichiers `fichier1.txt` et `fichier2.txt`.