Skip to content

Instantly share code, notes, and snippets.

@timcowlishaw
Created April 6, 2018 13:01
Show Gist options
  • Save timcowlishaw/087f10f2cf2e92b6e63c0724e2d0d431 to your computer and use it in GitHub Desktop.
Save timcowlishaw/087f10f2cf2e92b6e63c0724e2d0d431 to your computer and use it in GitHub Desktop.
#!/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