double   [plain text]


#!/bin/sh

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