Removed redundant if condition
This commit is contained in:
@@ -11,10 +11,6 @@ printf "\n"
|
||||
if [ $lato == 1 ]
|
||||
then
|
||||
echo "*"
|
||||
elif [ $lato == 2 ]
|
||||
then
|
||||
echo "**"
|
||||
echo "*"
|
||||
elif [ $lato -lt 1 ]
|
||||
then
|
||||
echo "Lato non valido"
|
||||
|
||||
Reference in New Issue
Block a user