This commit is contained in:
2014-03-07 16:20:59 +01:00

5
bin/on_user_login Executable file
View File

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