nsbin/textmails
Nico Schottelius df2daf524d init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
2017-07-19 17:15:41 +02:00

6 lines
182 B
Text

~/bin/route home
ssh ozean -lroot ". onlinegehen"
su -l nico -c mutt
ssh ozean -lroot ". offlinegehen"
read -p "Shutdown ? (y/n)" yes
case "$yes" in y|Y|j|J) shutdown -h now ;; esac