Current File : //root/postfix-3.2.0/mantools/mandouble
#!/bin/sh

for file
do
    echo ==== $file ====
    deroff $file | double
done