Noosa
0
Q:

functions in linux

#!/bin/sh

# Define your function here
Hello () {
   echo "Hello World"
}

# Invoke your function
Hello
1

New to Communities?

Join the community