Files
netbsd/external/ibm-public/postfix/dist/mantools/mandouble
2013-04-06 16:48:33 +02:00

8 lines
79 B
Bash

#!/bin/sh
for file
do
echo ==== $file ====
deroff $file | double
done