#!/bin/sh # christian neukirchen, 11oct2008 # public domain if [ "$QUERY_STRING" = "code" ]; then printf "Content-type: text/plain\r\n\r\n" cat $0 exit else printf "Content-type: text/html\r\n\r\n" fi MTIME=`stat -c %z MySubscriptions.opml | cut -d' ' -f1` cat < Blogroll

Blogroll [ feeds, opml]

generated by MySubscriptions.cgi, last changed $MTIME.

#
EOF