home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 - PCs Network
/
CHIP.BIN
/
share
/
netzweto
/
netterm
/
netterm.exe
/
netprint
< prev
next >
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-03
|
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