Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 422 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 422 Bytes

Grub Randomizer

A shell script to randomzie boot menu theme(s).

Usage

Make the script executable

sudo chmod +x /usr/local/bin/grubRandomizer.sh

Add the script to the crontab

sudo crontab -e

Add the following line to the crontab

@reboot /usr/local/bin/grubRandomizer.sh

Save and exit the crontab

Reboot the system

sudo reboot

End of script