joyous ascii

This commit is contained in:
Malin Freeborn 2024-11-27 22:39:40 +01:00
parent 095adff052
commit f62e007d1f
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

12
basics/Joyous_ASCII.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "Joyous ASCII"
tags: [ "fun" ]
---
- `asciiquarium`
- `cbonsai -lim "$(fortune)"`
```bash
cow=$(cowsay -l | sort -R | head -1)
fortune -s | figlet | cowsay -nf $cow | lolcat
```