8 lines
204 B
Bash
Executable File
8 lines
204 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ssh ares "sudo efibootmgr --bootnext 000B > /dev/null"
|
|
ssh ares "sudo shutdown -r now"
|
|
|
|
#ssh artemis "sudo efibootmgr --bootnext 000B > /dev/null"
|
|
#ssh artemis "sudo shutdown -r now"
|