TOC PREV NEXT GLOSSARY INDEX

Shell Scripts

You should upload shell scripts in ASCII transfer mode (not binary) to your cgi-local directory to ensure proper file permission settings. The first line of each script must read:

#!/bin/sh , #!/bin/csh

Reference the script using /cgi-local (and not /cgi-bin). Always remember to include echo "Content-type: text/html\n\n".


TOC PREV NEXT GLOSSARY INDEX