MeaCulpa

dooloo

Oct 31st, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Awk 0.20 KB | None | 0 0
  1. dooloo () { curl -s dooloo.info |  awk '
  2. BEGIN { RS=">\n"; FS="[\"><]|=\x27" }
  3. /title=/ {
  4.     sub("^/", "http://dooloo.info/", $3);
  5.     print "[\033[32m"$7"\033[39m]\n\033[36m"$3"\033[39m\n"
  6. }
  7. '; }
Advertisement
Add Comment
Please, Sign In to add comment