#!/bin/bash

if [ -f ~/bin/say_in_english ]; then
    . ~/bin/say_in_english "User $LOGNAME is connecting on machine `hostname`" &
fi
