xref
: /
netbsd-src
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
double
(revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
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
|
double
7
done
8