5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# use `efibootmgr` to list boot entries
|
|
sudo efibootmgr -n 0002
|
|
sudo reboot
|