Skip to content

Instantly share code, notes, and snippets.

@reinzor
Created December 6, 2016 21:51
Show Gist options
  • Save reinzor/9aad27862cd2d3dc4521716ea95432fa to your computer and use it in GitHub Desktop.
Save reinzor/9aad27862cd2d3dc4521716ea95432fa to your computer and use it in GitHub Desktop.
cowsay
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