#!/bin/bash
PARAMS="$@"
APPDIR=`dirname "$0"` #find where we are, not $HOME.
cd "$APPDIR"
APPDIR="`pwd`"
TIMEOUT="-t 2"
