Skip to content

Instantly share code, notes, and snippets.

@devdrops
Created December 2, 2016 19:40
Show Gist options
  • Save devdrops/fc45a7172a0eebf513929bcfdc65f66c to your computer and use it in GitHub Desktop.
Save devdrops/fc45a7172a0eebf513929bcfdc65f66c to your computer and use it in GitHub Desktop.
Message of the Day: randomize a quote on terminal.
#!/bin/bash
#######################################################
# MESSAGE OF THE DAY
#
# Randomize a quote.
#
# AUTHOR: @devdrops <[email protected]>
#######################################################
function messageOfTheDay {
echo 'PO-TA-TOES'
}
messageOfTheDay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment