added reboot quick script

This commit is contained in:
Bryan Joshua Pedini 2022-09-19 12:35:59 +02:00
parent cbc8b517e8
commit c9d5b26ee2
1 changed files with 6 additions and 0 deletions

6
reboot.sh Executable file
View File

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