summaryrefslogtreecommitdiffstats
path: root/mantools/double
blob: 2103969e8ef737d835702103ff68cfb098cc43d4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

LC_ALL=C
export LC_ALL

for i in $*
do
	echo === $i ===
	dehtml $i | tr A-Z a-z | double
done