No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / mantools / double
blobdfefd72b0421a16e25cf4bbe40b97c274a4eb715
1 #!/bin/sh
3 for i in $*
4 do
5 echo === $i ===
6 dehtml $i | double
7 done