#!/bin/sh # Parallel port CGI script # # Send HTTP headers echo Content-type: text/html;charset=ISO-8859 echo # Do the controlling /usr/sbin/lptout 0xff # Output web page data echo "" echo "Parallel port controlled
" echo "Go back to controlling page" echo "" #