What's in the SUNRUP.CGI file?

The sunrup.cgi file actually contains a shell script which is run whenever the URL is called.

Some things worth mentioning,


sunrup.cgi:

#!/bin/sh echo Content-type: text/html echo echo \<body bgcolor=\"\#ffffff\"\> echo \<b\>Please wait while I gather the current status of the Sun lab...\<br\> echo \<pre\> /usr/bin/rup -l | /home/staff/erik/public_html/sunlab/sunrup
[Back]