home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December (Special) / PCWorld_2005-12_Special_cd.bin / Bezpecnost / lsti / lsti.exe / framework-2.5.exe / zless < prev    next >
Text File  |  2003-07-24  |  103b  |  5 lines

  1. #!/bin/sh
  2. PATH="/usr/bin:$PATH"; export PATH
  3. LESSOPEN="|gzip -cdfq %s"; export LESSOPEN
  4. exec less "$@"
  5.