home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Depot 5
/
mediadepotvolume51993.iso
/
FILES
/
22
/
NT16310.ZIP
/
NETPRINT._
/
NETPRINT.
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
undefined
UTF-8
Wrap
Text File
|
1995-08-04
|
126 b
|
10 lines
#! /bin/sh
if test -r $1
then
echo 'i'
cat $1
echo 'i'
else
echo Filename must exist and be readable
fi