7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
scriptpdir="$(dirname "$(realpath "$0")")"
|
|
|
|
chronic "$scriptpdir/mysqlBackup.sh"
|
|
|
|
|