#!/bin/sh -
set +e
OLDCONFIG="`stty -g`"
stty -echo
stty raw
relay
stty "$OLDCONFIG"
echo ""
