#!/bin/sh # Function Definition Welcome () { echo "Welcome $1" } # Calling the function Welcome with argument Welcome Vel