#!/bin/sh input=$1 type=$2 check() if [ -n "$input" ]; then echo else echo "Please enter URL"; exit 0 fi echo $input echo $type #curl $input