#!/bin/sh
echo Content-type:text/html
echo ''
# end header

WEB_CMD=`echo $QUERY_STRING | cut -d \& -f 1`

echo $WEB_CMD > /dev/commander
echo '' # make firefox happy
