10 lines
233 B
Bash
Executable File
10 lines
233 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd $GOPATH/src/mlog || exit
|
|
|
|
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"
|