Run shell script from Kodi - dummies guide?
#1
I want to run a shell script from Kodi which will reboot the machine into Windows 10. The contents of the script are below. Can anyone provide a brief dummy's guide to doing this in Kodi 17.6 (running on Ubuntu 17.04)?

Code:
#!/bin/sh
sudo grub-reboot 1
reboot
Reply

Logout Mark Read Team Forum Stats Members Help
Run shell script from Kodi - dummies guide?0