#!/bin/sh
#
# Debugger script to call CGI from the command line.
# Don't expect to use this unless you know what you're doing :)
#
# vol@inter7.com
#

REQUEST_METHOD=GET
#REQUEST_METHOD=POST
export REQUEST_METHOD

#CONTENT=""
#CONTENT_LENGTH=${#CONTENT}
#export CONTENT_LENGTH

echo $CONTENT | ./vqregister
