Speed Up Linux Mint Boot Script Example
Page 1 of 1 • Share •
Speed Up Linux Mint Boot Script Example
- Code:
sudo chmod +x *.sh
- Code:
#!/bin/bash
# Usage: ./Run.sh
#
#
#
# community.linuxmint.com/tutorial/view/114
# yanstutorials.net/bash-scripting-tutorial/bash-if-statements.php
sudo update-grub2
echo "Restarting PC"
echo "Yes Or No?"
read input
if [ $input = yes ]
then
sudo reboot
fi
- Code:
./Run.sh
Inspired By community.linuxmint.com/tutorial/view/114

» Use Multiple CPUs At Boot Up (Faster Boot up)
» Linux Based Stable Solution for VoIP Business!!
» Getting error when i run selenium script in Eclipse, please help
» Linux based VoIP Switch with Integrated Billing only $2/port
» How to install Selenium RC on Linux fedora
» Linux Based Stable Solution for VoIP Business!!
» Getting error when i run selenium script in Eclipse, please help
» Linux based VoIP Switch with Integrated Billing only $2/port
» How to install Selenium RC on Linux fedora
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum