Skip to content

Instantly share code, notes, and snippets.

@flug
Created June 20, 2015 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flug/df2ae6e4f739d9ea3bb4 to your computer and use it in GitHub Desktop.
Save flug/df2ae6e4f739d9ea3bb4 to your computer and use it in GitHub Desktop.
echo Bonjour $USER, nous sommes le `date +"%A %e %B %Y"`, et il est : `date +"%H"` h `date +"%M"` | cowsay -f $(/bin/ls /usr/share/cowsay/cows -1 | head -n $(expr $$$(date +%s) % $(ls /usr/share/cowsay/cows | wc -w) + 1) | tail -n 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment