Actualiser docs/Services/pole-scientifique/Onyxia/docs/index.md

This commit is contained in:
Alexis GUYOT 2024-01-25 15:40:35 +01:00
parent 04ed2ea295
commit 4818f591d1

View File

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