#!/bin/bash
( echo -ne '=encoding utf8\n\n'; cat $@ | egrep -v '^=encoding ' ) | pod2text
