home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / internet / netterm / se < prev    next >
Text File  |  1996-04-10  |  107b  |  9 lines

  1. #! /bin/sh
  2. if test -r $1
  3. then
  4.      sz $1
  5.      echo 'i'
  6. else
  7. echo Filename must exist and be readable
  8. fi
  9.