12 lines
135 B
Bash
Executable File
12 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASEPATH="$(dirname "$0")"
|
|
|
|
$BASEPATH/show-db-size.sh
|
|
echo ""
|
|
|
|
$BASEPATH/show-status.sh
|
|
echo ""
|
|
|
|
$BASEPATH/show-errors.sh
|