#!/bin/bash if [ -f ~/bin/say_in_english ]; then . ~/bin/say_in_english "$LOGNAME is connecting on `hostname`" fi