desktop-ubuntu/_scripts/restart.sh

7 lines
74 B
Bash
Executable File

#!/usr/bin/zsh
# restart
sudo systemctl stop mysql
sudo shutdown -r now