fortune: add cowsay example (#20995)

This commit is contained in:
lem0nbytes
2026-02-04 23:39:12 -06:00
committed by GitHub
parent 1b3e8e7d99
commit cc918ee3d1
+4
View File
@@ -26,3 +26,7 @@
- Print a quotation from one of the database files listed by `fortune -f`:
`fortune {{path/to/file}}`
- Pipe a fortune through another command (like `cowsay` or `lolcat`):
`fortune | cowsay | lolcat`