double   [plain text]


#!/bin/sh

LC_ALL=C
export LC_ALL

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