5 lines
41 B
Plaintext
5 lines
41 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
service mysql restart
|
||
|
exit 0
|