Skip to content

Instantly share code, notes, and snippets.

@tototoshi
Created April 13, 2011 16:34
Show Gist options
  • Save tototoshi/917879 to your computer and use it in GitHub Desktop.
Save tototoshi/917879 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl http://www.ryutsuu.biz/index.html 2> /dev/null|\
grep \<li\>\<a\ href=\"http://www |\
grep \<span |\
sed -e 's/<[a-z0-9\.:\/= \"]*>//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment