Speed Up Linux Mint Boot Script Example
Page 1 of 1
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
Similar topics
» Linux Mint 18.1 Bash Script For Web Devs
» Linux BASH Script Running Commands and Functions From Bash Script and saving to varables
» Speed Test With Bash On Linux
» Light Speed Calculator For Linux Bash
» install PXE boot server on linux
» Linux BASH Script Running Commands and Functions From Bash Script and saving to varables
» Speed Test With Bash On Linux
» Light Speed Calculator For Linux Bash
» install PXE boot server on linux
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum