7 lines
52 B
Bash
Executable File
7 lines
52 B
Bash
Executable File
#/usr/bin/env bash
|
|
set -e
|
|
|
|
ssh $1 << EOF
|
|
reboot
|
|
EOF
|