home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Techno Guide - Aspettando Windows 98
/
TechnoGuide.iso
/
internet
/
netterm
/
se
< prev
next >
Wrap
Text File
|
1996-04-10
|
107b
|
9 lines
#! /bin/sh
if test -r $1
then
sz $1
echo 'i'
else
echo Filename must exist and be readable
fi