Reputation: 85
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