in line number 23 `if [ $# < 2 ]` should be replaced with `if [ $# -lt 2 ]`
in line number 23
if [ $# < 2 ]should be replaced with
if [ $# -lt 2 ]