#!/bin/bash
#===============================================================================
#
#          FILE:  _internal.sh
# 
#         USAGE:  _internal.sh
# 
#   DESCRIPTION:  Log in to WWW server 
# 
#       OPTIONS:  ---
#  REQUIREMENTS:  ---
#          BUGS:  ---
#         NOTES:  ---
#        AUTHOR:  John Ryland (jryland@xiaofrog.com)
#       COMPANY:  InvertedLogic
#       VERSION:  1.0
#       CREATED:  06/16/08 12:23:23 CST
#      REVISION:  ---
#===============================================================================

ssh invertedlogic_internal@www.invertedlogic.com

