#!/bin/bash
# ************************************************************
# *
# * Name: tn
# *
# * Desc: Start the telnet client to connect to the
# *       local machine.  This script has a twin sister/brother
# *       _starttelnet
# *
# ************************************************************
telnet localhost 3270
