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