diff --git a/docs/Services/pole-scientifique/Onyxia/docs/index.md b/docs/Services/pole-scientifique/Onyxia/docs/index.md index ee2c084..b97181d 100644 --- a/docs/Services/pole-scientifique/Onyxia/docs/index.md +++ b/docs/Services/pole-scientifique/Onyxia/docs/index.md @@ -342,13 +342,6 @@ 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`.