antzshrek

antzshrek

#!/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.

Book session on Codementor