repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
ibm-public
/
postfix
/
dist
/
mantools
/
dehtml
blob
cc120de84ca5092c51b997ff519c04d1f990b41a
1
#!/bin/sh
2
3
for
i
4
do
5
case
$i
in
6
/*)
lynx
-dump
file
://
localhost
$i
;;
7
*)
lynx
-dump
file
://
localhost
`pwd`
/
$i
;;
8
esac
9
done