Home | History | Annotate | Line # | Download | only in mantools
dehtml revision 1.1.1.1.2.2
      1  1.1.1.1.2.2  snj #!/bin/sh
      2  1.1.1.1.2.2  snj 
      3  1.1.1.1.2.2  snj for i
      4  1.1.1.1.2.2  snj do
      5  1.1.1.1.2.2  snj     case $i in
      6  1.1.1.1.2.2  snj     /*) lynx -dump file://localhost$i;;
      7  1.1.1.1.2.2  snj      *) lynx -dump file://localhost`pwd`/$i;;
      8  1.1.1.1.2.2  snj     esac
      9  1.1.1.1.2.2  snj done
     10