_dump/restart.sh

7 lines
78 B
Bash
Raw Normal View History

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