xref: /netbsd-src/external/ibm-public/postfix/dist/mantools/double (revision e262b48e47fe8540a73d8e342df0cdad4a0c5cf5)
1#!/bin/sh
2
3LC_ALL=C
4export LC_ALL
5
6for i in $*
7do
8	echo === $i ===
9	dehtml $i | tr A-Z a-z | double
10done
11