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