Zang322
Zang322

Reputation: 85

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

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

Upvotes: 0

Views: 777

Answers (0)

Related Questions