mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
8 lines
71 B
Bash
8 lines
71 B
Bash
#!/bin/bash
|
|
|
|
service ssh start
|
|
|
|
service mysql start
|
|
|
|
tail -f /dev/null
|