diff --git a/bin/on_user_login b/bin/on_user_login new file mode 100644 index 0000000..5d52d96 --- /dev/null +++ b/bin/on_user_login @@ -0,0 +1,5 @@ +#!/bin/bash + +if [ -f ~/bin/say_in_english ]; then + . ~/bin/say_in_english "$LOGNAME is connecting on `hostname`" +fi