Skip to content

Instantly share code, notes, and snippets.

@gugod
Created March 13, 2009 08:22
Show Gist options
  • Select an option

  • Save gugod/78484 to your computer and use it in GitHub Desktop.

Select an option

Save gugod/78484 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# For OSX, speak the content of the given web page.
#
# Example: say-url http://slashdot.org/
#
w3m -T text/html -dump $* | say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment