Guest User

Untitled

a guest
Mar 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo grub-reboot "$(grep -i "menuentry " /boot/grub/grub.cfg | grep "Windows 10" | awk -F"'" '{print $2}')"
  4. sudo reboot
  5.  
  6. sudo chmod +x win_reboot.bsh
Add Comment
Please, Sign In to add comment