Börjat på labb 5
This commit is contained in:
14
Labb5/ovning1.sh
Executable file
14
Labb5/ovning1.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Jack-Benny Persson
|
||||
# LX13
|
||||
# Övning 1, labb 5
|
||||
|
||||
read -p "Enter a number between 10 and 100: " Num
|
||||
|
||||
until [ $Num -eq 1 ]; do
|
||||
((Num--))
|
||||
echo $Num
|
||||
done
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user