7995b5202b
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
3 lines
163 B
Bash
Executable file
3 lines
163 B
Bash
Executable file
#!/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"
|