The purpose of this assignment is to practice conditionals and iterations in bash. 1. Fun With Squares! Write a program called squares.sh that asks the user for a range of positive integers and prints the consecutive sum of all the odd numbers in that range. If the range is invalid, i. e., if the range upper bound is less than its lower bound, or if one of the bound is negative, then then the program should output
OR
OR