metode shell

# Function definition 
function functionName {
        echo "Hello"
}

# Invoking functions
functionName
Vel