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