Reddit clone in bash in 10 seconds

February 4th, 2010 by ae

Because 14 seconds is excessive, here’s reddit cloned in 10.

vim i_want_my_reddit.sh

#!/bin/bash
wget --mirror -w 2 –p --HTML-extension --convert-links -P /var/www http://www.reddit.com

crontab -e

*/5 * * * * /home/ae/i_want_my_reddit.sh

Content included

No Comments » Comments to this post

Leave a Reply