Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


My Figlet

24 Jun 2020 » productivity

My Figlet

myfiglet ()
{
    aaaaa=$IFS
    IFS='';
    figlet $@ | while read -r line; do
        echo "#$line";
    done;
    IFS=$aaaaa
}