Created
December 6, 2016 21:51
-
-
Save reinzor/9aad27862cd2d3dc4521716ea95432fa to your computer and use it in GitHub Desktop.
cowsay
This file contains hidden or 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
while true; do echo `fortune` | cowsay | wall -n; sleep 2; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment