xref
: /
netbsd-src
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
double
(revision c34236556bea94afcaca1782d7d228301edc3ea0)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
for
i
in
$*
4
do
5
echo
===
$i
===
6
dehtml
$i
|
tr
A
-Z
a
-z |
double
7
done
8