home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 8
/
amigaformatcd08.iso
/
in_the_mag
/
html_tutorial
/
mas_who.sh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1996-03-23
|
235b
|
17 lines
#!/bin/sh
echo Content-type: text/html
echo
echo
echo "<HTML>"
echo "<HEAD>"
echo "</HEAD>"
echo "<BODY>"
echo "<H2>Users logged on the server are:</H2>"
echo "<PRE>"
who
printenv
echo "</PRE>"
echo "</BODY>"
echo "</HTML>"
mail mas