home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / tools / files / nt16403.exe / se._ / se.
Text File  |  1996-04-11  |  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.