Created
January 23, 2023 22:40
-
-
Save dewomser/8bcc5dbfa479cdf0fd50a94e3ffa408f to your computer and use it in GitHub Desktop.
cowsay2png A Bash 1-liner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cowsay -f dragon "lolo" | convert -background lightblue -fill black -font Liberation-Mono-Bold -size '640x480' -trim label:@- drache.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment