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

# with calls from jx.js $1 one does not work, and Query_string = '14&uuid=6543743'
CH_ID=`echo $QUERY_STRING | cut -d \& -f 1`
echo cc $CH_ID > /dev/commander

# Finish
echo ''
