#!/bin/sh
stty -echo
echo 
sleep 5
stty raw
cat $*
stty -raw
stty echo
sleep 5
