Home | History | Annotate | Line # | Download | only in mantools
dehtml revision 1.1.1.2.2.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.1.2  christos     /*) lynx -width=256 -dump file://$i;;
      7      1.1.1.2  christos      *) lynx -width=256 -dump file://`pwd`/$i;;
      8          1.1      tron     esac
      9  1.1.1.2.2.1    martin done | grep -E -v '(file|https?)://'
     10