#!/bin/bash PROGNAME="$0" PORT=554 IP= CREDS= DEBUG=0 CHANNEL=1 die() { echo >&2 "error: $@" exit 1 } usage() { cat <