home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The HTML Web Publisher's Construction Kit
/
HTMLWPCK.ISO
/
unix
/
cgi
/
15_1.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-07-11
|
211 b
|
25 lines
#! /bin/sh
FINGER = /usr/ucb/finger
echo Content Type: text/html
echo
echo <TITLE>Finger Gateway</TITLE>
echo <H1>Finger Gateway</H1>
echo This will finger our HTTP server
echo
<PRE>
$FINGER
</PRE>