I'm just that same Linux & Open-source ˈwɪzəd'... 
#!/bin/bash
function whoami(){
    arr=("$@")
    for i in "${arr[@]}";
        do
            echo "$i"
        done
}
Antz=("native language C" "Huge fan of StackOverflow, tryhackme and reddit" "LinuxFreak" "contact me for more info")
whoami "${Antz[@]}"
"Antz" has a degree in Architecture, Linkedin for the desired info you might need.
- Mind you, I'm very open to collaboration on open-source projects. 
- You might want to check my Blog too. 
 
                                    