Skip to content

Instantly share code, notes, and snippets.

@jjaaccoobb
Last active May 3, 2019 01:09
Show Gist options
  • Save jjaaccoobb/7625bc287ab6b97bf1a1db7571153bd8 to your computer and use it in GitHub Desktop.
Save jjaaccoobb/7625bc287ab6b97bf1a1db7571153bd8 to your computer and use it in GitHub Desktop.
curl -s http://jon.luini.com/thelist/thelist.txt 2>&1 | sed '1,11d' | sed '/^$/q' | sed -z 's/\n[[:space:]]//g' | sed 's/ */ /g' > bayshows.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment