mooc/filesystem/home/alice/Sequence4/A43/unetouche-etu.sh

14 lines
160 B
Bash
Raw Normal View History

2023-01-31 08:45:52 +04:00
#!/bin/bash
if ...
then
echo "Donner exactement un argument"
...
fi
case ... in
...) echo "...."; exit 91
;;
.
.
.
esac
exit 0