8 lines
72 B
Bash
8 lines
72 B
Bash
#!/bin/bash
|
|
|
|
#sleep 30 sec
|
|
sleep 30s
|
|
|
|
# reboot to windows
|
|
grub-reboot 2
|