Insert the pokemon of your selection
bash pokecurl.sh <your-favorite-pokemon>
bash pokecurl.sh ditto
OUTPUT: Id=132, name=ditto, weight=40, height=3, order=214
bash pokecurl.sh bulbasaur
OUTPUT: Id=1, name=bulbasaur, weight=69, height=7, order=1
bash pokecurl.sh
OUTPUT: Please make sure you are entering a pokemon.
bash pokecurl.sh agumon
OUTPUT: agumon does not exist bro :(. Check if you are entering it's correct name.