Skip to content

Instantly share code, notes, and snippets.

@kitelife
Created April 26, 2016 07:49
Show Gist options
  • Save kitelife/d0bae26574201ca44412af3e6cd309e3 to your computer and use it in GitHub Desktop.
Save kitelife/d0bae26574201ca44412af3e6cd309e3 to your computer and use it in GitHub Desktop.
#!/bin/sh
for host in drops.wooyun.org www.aqniu.com www.freebuf.com
do
/usr/bin/wget http://$host/feed -O /home/work/feeds/$host/feed_$(date "+%Y-%m-%d-%H_%M_%S").xml >> /home/work/feeds/$host/wget.log 2>&1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment