2
This commit is contained in:
parent
4b1e5056c6
commit
092a6d9537
1 changed files with 14 additions and 0 deletions
14
monshell2.sh
Executable file
14
monshell2.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
|
||||
read -p "entrez une valeur mavar" mavar
|
||||
|
||||
if [ $mavar -eq 1 ]
|
||||
then
|
||||
echo "un"
|
||||
|
||||
elif [ $mavar -eq 3 ] || [ $mavar -eq 5 ]
|
||||
then
|
||||
echo "trois ou cinq"
|
||||
|
||||
else
|
||||
echo "autre chose"
|
||||
fi
|
Loading…
Reference in a new issue