macOS tools moving to my git
This commit is contained in:
3
send_sleep_email.sh
Executable file
3
send_sleep_email.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#/bin/bash
|
||||
export HOSTNAME=`hostname`
|
||||
echo "Goodnight!\n" | mail -s "[$HOSTNAME] Going to sleep" -S smtp="emailz.d27n.com:587" -S smtp-use-starttls -S smtp-auth=login -S smtp-auth-user="steve@d27n.com" -S smtp-auth-password="L2sC7JikwX" -S ssl-verify=ignore steve@d27n.com
|
||||
Reference in New Issue
Block a user