#!/bin/bash function helloPerson { echo "Hello ${1}" } function hello { echo "Hello World" }