How to print a text as a "big ascii" text art using bash script that runs on windows

618 Views Asked by At

I have a bash test.sh script that does execute some commands when executed in windows-cmd.

I'm literally trying to display some text at the begining in something like ASCII text format. After long searching i came to figlet which seems to be very straight forward on linux. However, the bash script is executed on windows-cmd. I found a version of figlet for python: How to easily print ascii-art text?

However, i just want to simply integrate figlet in my test.sh script and execute this on windows.

So how to get figlet work from command line (and not through python) on windows ??

Thanks in advance

0

There are 0 best solutions below