#!/bin/sh

perl -MPod::Markdown -e 'Pod::Markdown->new->filter(@ARGV)' bin/kdc-test > README.md
