#!/bin/sh
# sane
# Complete, sane stty settings, for NCSA Telnet connection.

stty sane
stty 38400  # the baud rate is important: modify to suit
stty -parenb cs8 -istrip tab3

# end sane