_dump/off.sh

7 lines
62 B
Bash
Raw Normal View History

#!/bin/sh
# off
sudo systemctl stop mysql
sudo shutdown now