desktop-ubuntu/_scripts/restart.sh

7 lines
74 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
# restart
sudo systemctl stop mysql
sudo shutdown -r now