added reboot quick script

This commit is contained in:
2022-09-19 12:35:59 +02:00
parent cbc8b517e8
commit c9d5b26ee2

6
reboot.sh Executable file
View File

@@ -0,0 +1,6 @@
#/usr/bin/env bash
set -e
ssh $1 << EOF
reboot
EOF