NetBSD/gnu/dist/postfix/mantools/double

8 lines
68 B
Bash
Executable File

#!/bin/sh
for i in $*
do
echo === $i ===
dehtml $i | double
done