Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created January 23, 2023 22:40
Show Gist options
  • Save dewomser/8bcc5dbfa479cdf0fd50a94e3ffa408f to your computer and use it in GitHub Desktop.
Save dewomser/8bcc5dbfa479cdf0fd50a94e3ffa408f to your computer and use it in GitHub Desktop.
cowsay2png A Bash 1-liner
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