Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of antzshrek

antzshrek

antzshrek has asked 1 questions and find answers to 9 problems.

Stats

521
EtPoint
222
Vote count
1
questions
9
answers

About

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.

Book session on Codementor


  • Mind you, I'm very open to collaboration on open-source projects.

  • You might want to check my Blog too.