Skip to content

Instantly share code, notes, and snippets.

View bugyt's full-sized avatar

Laurent H. bugyt

View GitHub Profile
@bugyt
bugyt / emailReboot.sh
Last active January 26, 2016 08:37
Script to send mail
#!/bin/bash
sleep 60
IP=`hostname -i`
HOSTNAME=`hostname -f`
echo "@reboot $HOSTNAME online. IP address: $IP" > /root/email.txt
echo >> /root/email.txt
date >> /root/email.txt