Merge branch 'master' of https://bitbucket.org/jocelyn/rpi
This commit is contained in:
5
bin/on_user_login
Executable file
5
bin/on_user_login
Executable 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
|
||||
Reference in New Issue
Block a user