Skip to content

Instantly share code, notes, and snippets.

@kennethlarsen
Created February 1, 2019 12:40
Show Gist options
  • Save kennethlarsen/9aedbaa80a92681cf271313ca29bd5aa to your computer and use it in GitHub Desktop.
Save kennethlarsen/9aedbaa80a92681cf271313ca29bd5aa to your computer and use it in GitHub Desktop.
For MacOS: Bash script that will fetch a dad joke and read it out loud
JOKE=$(curl https://icanhazdadjoke.com)
say -v Daniel "$JOKE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment