#!/usr/bin/perl
# SlashProxy
# http://neil.fraser.name/software/slashdot/
# Called no more than once an hour.

print "Content-type: application/octet-stream\n\n";
print `/usr/bin/lynx -source http://rss.slashdot.org/Slashdot/slashdot/to`

