diff --git a/eth/dryad-reboot.sh b/eth/dryad-reboot.sh new file mode 100644 index 0000000..d167e0e --- /dev/null +++ b/eth/dryad-reboot.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# Reboot the entire cluster & send mail to me +dsh -g dryad -c "(uptime; dmesg) | mail -s \"\$(hostname) down at \$(date)\" nicosc@inf.ethz.ch && reboot"