Files
rpi/bin/on_user_login
T
2014-02-20 14:47:47 +00:00

6 lines
119 B
Bash

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