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