Created
April 6, 2018 13:01
-
-
Save timcowlishaw/087f10f2cf2e92b6e63c0724e2d0d431 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
TEXT=`curl https://www.lcdf.org/indeterminacy/s/ | pup 'table tbody tr td table tbody tr td p text{}'` | |
COUNT=`echo $TEXT | wc -w` | |
echo $TEXT | say -r $COUNT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment