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

This commit is contained in:
Alexis GUYOT 2024-01-17 09:53:39 +01:00
parent bebb2000d1
commit 06df853ab7

View File

@ -280,7 +280,8 @@ Pour cela je créé un script onyxia-init.sh, dont le contenu est le suivant :
Echo “Hello World” > work/hello-onyxia.txt
```
```#!/monscript.sh
```bash
#!/monscript.sh
Echo “Hello World” > work/hello-onyxia.txt
```