home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- echo Content-type: text/html
- echo
- echo
- echo "<HTML>"
- echo "<HEAD>"
- echo "</HEAD>"
- echo "<BODY>"
- echo "<H2>Data recorded</H2>"
- echo Use the back arrow on the browser
- echo to return to the original web page
- echo "</BODY>"
- echo "</HTML>"
- cat >> /home/snowwhite/staff/mas/log
- echo >> /home/snowwhite/staff/mas/log
-
-