Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "fortune cowsay"
-
I love the fact in Linux that you can put fortune | cowsay every time you start a new terminal session22
-
Me: I've just formatted my computer for the nth time. I will only keep crucial software installed from here on out.
5 Minutes Later . . .
Me: sudo apt install fortune cowsay aa bb cmatrix toilet xeyes lolcat figlet pacman4console3 -
/ On the subject of C program
| indentation: "In My Egotistical
| Opinion, most people's C programs
| should be indented
|
| six feet downward and covered with
| dirt."
|
\ -- Blair P. Houghton
------------------------------------ -
Came across these two given by fortune:
1. "If you are afraid of loneliness, don't marry." -- Chekhov
2. I am so broke that I cant even pay attention -
Something to keep you eyes occupied:
while true; do fortune | cowsay -f "$(find /usr/share/cowsay/ -iname "*.cow" | xargs shuf -n1 -e)"; sleep 10; done