added on_user_login script

This commit is contained in:
2014-02-20 14:47:47 +00:00
parent bc894c801e
commit 40dff011a4

5
bin/on_user_login Normal file
View File

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