forked from DSIT/documentation-dsit
Actualiser docs/Services/pole-scientifique/Onyxia/docs/index.md
This commit is contained in:
parent
04ed2ea295
commit
4818f591d1
|
@ -340,7 +340,15 @@ Par exemple si on inscrit dans le champ *PersonalInitArgs* `fichier1.txt fichier
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
touch $1
|
touch $1
|
||||||
touch $2
|
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`.
|
Le script créera via la commande `touch` deux fichiers `fichier1.txt` et `fichier2.txt`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user