Skip to content

Commit

Permalink
Merge pull request #6 from UCL-INGI/inginious-remote-changes
Browse files Browse the repository at this point in the history
Remote changes from INGInious
  • Loading branch information
romaincarlier4 authored Oct 17, 2023
2 parents c4f01a6 + 608dc5e commit 99887f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ScriptBash/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ contact_url: ''
context: |-
Nous avons écrit un script bash mais celui-ci contient un bug que nous n'arivons pas à corriger. Pouvez-vous nous aider ?
Le script bash ``buggy.sh`` prend comme argument un nombre entier entre 0 et 100. Vous pouvez l'exécuter comme ceci dans votre script :
Le script bash ``buggy.sh`` prend comme argument un nombre entier entre 0 et 100. Vous pouvez l'exécuter comme ceci dans votre script :
.. code:: bash
#!/bin/bash
./buggy.sh 10
Votre objectif est d'écrire un script bash qui va trouver pour quel nombre notre script retourne une erreur. Une fois ce nombre trouvé, vous devez juste l'afficher sur la sortie standard pour réussir cet exercice.
Bonne chance !
Indice : comment vérifiez-vous que le script ``buggy.sh`` n'ait pas retourné un code d'erreur ?
environment_id: default
environment_parameters:
limits:
Expand Down

0 comments on commit 99887f9

Please sign in to comment.